Class: Stripe::V2::MoneyManagement::OutboundPaymentCreateParams::DeliveryOptions

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

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) ⇒ DeliveryOptions

Returns a new instance of DeliveryOptions.



12
13
14
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 12

def initialize(bank_account: nil)
  @bank_account = 
end

Instance Attribute Details

#bank_accountObject

Open Enum. Method for bank account.



10
11
12
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 10

def 
  @bank_account
end