Class: Stripe::V2::MoneyManagement::OutboundPaymentQuoteCreateParams::DeliveryOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::OutboundPaymentQuoteCreateParams::DeliveryOptions
- Defined in:
- lib/stripe/params/v2/money_management/outbound_payment_quote_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
Constructor Details
#initialize(bank_account: nil) ⇒ DeliveryOptions
Returns a new instance of DeliveryOptions.
24 25 26 |
# File 'lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb', line 24 def initialize(bank_account: nil) @bank_account = bank_account end |
Instance Attribute Details
#bank_account ⇒ Object
Open Enum. Method for bank account.
22 23 24 |
# File 'lib/stripe/params/v2/money_management/outbound_payment_quote_create_params.rb', line 22 def bank_account @bank_account end |