Class: Stripe::V2::MoneyManagement::OutboundTransferCreateParams::To::PayoutMethodOptions::BankAccount
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::OutboundTransferCreateParams::To::PayoutMethodOptions::BankAccount
- Defined in:
- lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb
Instance Attribute Summary collapse
-
#preferred_networks ⇒ Object
The preferred networks to use for this OutboundTransfer.
Instance Method Summary collapse
-
#initialize(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_networks: nil) ⇒ BankAccount
Returns a new instance of BankAccount.
35 36 37 |
# File 'lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb', line 35 def initialize(preferred_networks: nil) @preferred_networks = preferred_networks end |
Instance Attribute Details
#preferred_networks ⇒ Object
The preferred networks to use for this OutboundTransfer.
33 34 35 |
# File 'lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb', line 33 def preferred_networks @preferred_networks end |