Class: Stripe::V2::MoneyManagement::OutboundPaymentCreateParams::To::PayoutMethodOptions::BankAccount::PreferredNetworkOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::OutboundPaymentCreateParams::To::PayoutMethodOptions::BankAccount::PreferredNetworkOptions
- Defined in:
- lib/stripe/params/v2/money_management/outbound_payment_create_params.rb
Defined Under Namespace
Classes: Ach
Instance Attribute Summary collapse
-
#ach ⇒ Object
ACH-specific network options.
Instance Method Summary collapse
-
#initialize(ach: nil) ⇒ PreferredNetworkOptions
constructor
A new instance of PreferredNetworkOptions.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(ach: nil) ⇒ PreferredNetworkOptions
Returns a new instance of PreferredNetworkOptions.
80 81 82 |
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 80 def initialize(ach: nil) @ach = ach end |
Instance Attribute Details
#ach ⇒ Object
ACH-specific network options.
78 79 80 |
# File 'lib/stripe/params/v2/money_management/outbound_payment_create_params.rb', line 78 def ach @ach end |