Class: Stripe::V2::Core::Account::Configuration::Merchant::Capabilities::PromptpayPayments
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Core::Account::Configuration::Merchant::Capabilities::PromptpayPayments
- Defined in:
- lib/stripe/resources/v2/core/account.rb
Defined Under Namespace
Classes: StatusDetail
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#requested ⇒ Object
readonly
Whether the Capability has been requested.
-
#status ⇒ Object
readonly
The status of the Capability.
-
#status_details ⇒ Object
readonly
Additional details regarding the status of the Capability.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#requested ⇒ Object (readonly)
Whether the Capability has been requested.
1678 1679 1680 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1678 def requested @requested end |
#status ⇒ Object (readonly)
The status of the Capability.
1680 1681 1682 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1680 def status @status end |
#status_details ⇒ Object (readonly)
Additional details regarding the status of the Capability. ‘status_details` will be empty if the Capability’s status is ‘active`.
1682 1683 1684 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1682 def status_details @status_details end |
Class Method Details
.field_remappings ⇒ Object
1688 1689 1690 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1688 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1684 1685 1686 |
# File 'lib/stripe/resources/v2/core/account.rb', line 1684 def self.inner_class_types @inner_class_types = { status_details: StatusDetail } end |