Class: Stripe::V2::Billing::CollectionSettingService::UpdateParams::PaymentMethodOptions::CustomerBalance::BankTransfer::EuBankTransfer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/v2/billing/collection_setting_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(country: nil) ⇒ EuBankTransfer

Returns a new instance of EuBankTransfer.



337
338
339
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 337

def initialize(country: nil)
  @country = country
end

Instance Attribute Details

#countryObject

The desired country code of the bank account information.



335
336
337
# File 'lib/stripe/services/v2/billing/collection_setting_service.rb', line 335

def country
  @country
end