Class: Stripe::V2::MoneyManagement::PayoutIntentUpdateParams::To::PayoutMethodOptions::BankAccount
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::PayoutIntentUpdateParams::To::PayoutMethodOptions::BankAccount
- Defined in:
- lib/stripe/params/v2/money_management/payout_intent_update_params.rb
Defined Under Namespace
Classes: PreferredNetworkOptions
Instance Attribute Summary collapse
-
#preferred_network_options ⇒ Object
Per-network configuration options.
-
#preferred_networks ⇒ Object
The preferred networks to use for this PayoutIntent.
Instance Method Summary collapse
-
#initialize(preferred_network_options: nil, preferred_networks: nil) ⇒ BankAccount
constructor
A new instance of BankAccount.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(preferred_network_options: nil, preferred_networks: nil) ⇒ BankAccount
Returns a new instance of BankAccount.
66 67 68 69 |
# File 'lib/stripe/params/v2/money_management/payout_intent_update_params.rb', line 66 def initialize(preferred_network_options: nil, preferred_networks: nil) @preferred_network_options = @preferred_networks = preferred_networks end |
Instance Attribute Details
#preferred_network_options ⇒ Object
Per-network configuration options.
62 63 64 |
# File 'lib/stripe/params/v2/money_management/payout_intent_update_params.rb', line 62 def @preferred_network_options end |
#preferred_networks ⇒ Object
The preferred networks to use for this PayoutIntent.
64 65 66 |
# File 'lib/stripe/params/v2/money_management/payout_intent_update_params.rb', line 64 def preferred_networks @preferred_networks end |