Class: Stripe::V2::MoneyManagement::PayoutMethodsBankAccountSpecService::RetrieveParams

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(countries: nil) ⇒ RetrieveParams

Returns a new instance of RetrieveParams.



12
13
14
# File 'lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb', line 12

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

Instance Attribute Details

#countriesObject

The countries to fetch the bank account spec for.



10
11
12
# File 'lib/stripe/services/v2/money_management/payout_methods_bank_account_spec_service.rb', line 10

def countries
  @countries
end