Class: Stripe::V2::MoneyManagement::FinancialAddressCreateParams::SepaBankAccount

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/financial_address_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

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

#countryObject

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