Class: Stripe::V2::MoneyManagement::FinancialAddressCreateParams::SepaBankAccount
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::FinancialAddressCreateParams::SepaBankAccount
- Defined in:
- lib/stripe/params/v2/money_management/financial_address_create_params.rb
Instance Attribute Summary collapse
-
#country ⇒ Object
The originating country of the SEPA Bank account.
Instance Method Summary collapse
-
#initialize(country: nil) ⇒ SepaBankAccount
constructor
A new instance of SepaBankAccount.
Methods inherited from RequestParams
Constructor Details
#initialize(country: nil) ⇒ SepaBankAccount
Returns a new instance of SepaBankAccount.
12 13 14 |
# File 'lib/stripe/params/v2/money_management/financial_address_create_params.rb', line 12 def initialize(country: nil) @country = country end |
Instance Attribute Details
#country ⇒ Object
The originating country of the SEPA Bank account.
10 11 12 |
# File 'lib/stripe/params/v2/money_management/financial_address_create_params.rb', line 10 def country @country end |