Class: Stripe::V2::Core::AccountCreateParams::Configuration::Merchant::Capabilities::GbBankTransferPayments
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountCreateParams::Configuration::Merchant::Capabilities::GbBankTransferPayments
- Defined in:
- lib/stripe/params/v2/core/account_create_params.rb
Instance Attribute Summary collapse
-
#requested ⇒ Object
To request a new Capability for an account, pass true.
Instance Method Summary collapse
-
#initialize(requested: nil) ⇒ GbBankTransferPayments
constructor
A new instance of GbBankTransferPayments.
Methods inherited from RequestParams
Constructor Details
#initialize(requested: nil) ⇒ GbBankTransferPayments
Returns a new instance of GbBankTransferPayments.
344 345 346 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 344 def initialize(requested: nil) @requested = requested end |
Instance Attribute Details
#requested ⇒ Object
To request a new Capability for an account, pass true. There can be a delay before the requested Capability becomes active.
342 343 344 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 342 def requested @requested end |