Class: Stripe::V2::MoneyManagement::PayoutIntentCreateParams::To::PayoutMethodOptions::BankAccount::PreferredNetworkOptions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::PayoutIntentCreateParams::To::PayoutMethodOptions::BankAccount::PreferredNetworkOptions
- Defined in:
- lib/stripe/params/v2/money_management/payout_intent_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.
57 58 59 |
# File 'lib/stripe/params/v2/money_management/payout_intent_create_params.rb', line 57 def initialize(ach: nil) @ach = ach end |
Instance Attribute Details
#ach ⇒ Object
ACH-specific network options.
55 56 57 |
# File 'lib/stripe/params/v2/money_management/payout_intent_create_params.rb', line 55 def ach @ach end |