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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(country: nil) ⇒ SepaBankAccount
Returns a new instance of SepaBankAccount.
21 22 23 |
# File 'lib/stripe/params/v2/money_management/financial_address_create_params.rb', line 21 def initialize(country: nil) @country = country end |
Instance Attribute Details
#country ⇒ Object
The originating country of the SEPA Bank account.
19 20 21 |
# File 'lib/stripe/params/v2/money_management/financial_address_create_params.rb', line 19 def country @country end |