Class: Stripe::V2::MoneyManagement::OutboundTransferCreateParams::To::PayoutMethodOptions::BankAccount

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/outbound_transfer_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_networksObject

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