Class: Stripe::V2::MoneyManagement::OutboundTransferCreateParams::DeliveryOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::OutboundTransferCreateParams::DeliveryOptions
- Defined in:
- lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
Instance Attribute Summary collapse
-
#bank_account ⇒ Object
Open Enum.
Instance Method Summary collapse
-
#initialize(bank_account: nil) ⇒ DeliveryOptions
constructor
A new instance of DeliveryOptions.
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_transfer_create_params.rb', line 12 def initialize(bank_account: nil) @bank_account = bank_account end |
Instance Attribute Details
#bank_account ⇒ Object
Open Enum. Method for bank account.
10 11 12 |
# File 'lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb', line 10 def bank_account @bank_account end |