Class: Stripe::V2::MoneyManagement::PayoutIntentCreateParams::To::PayoutMethodOptions

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

Defined Under Namespace

Classes: BankAccount

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(bank_account: nil) ⇒ PayoutMethodOptions

Returns a new instance of PayoutMethodOptions.



74
75
76
# File 'lib/stripe/params/v2/money_management/payout_intent_create_params.rb', line 74

def initialize(bank_account: nil)
  @bank_account = 
end

Instance Attribute Details

#bank_accountObject

Options for bank account payout methods.



72
73
74
# File 'lib/stripe/params/v2/money_management/payout_intent_create_params.rb', line 72

def 
  @bank_account
end