Class: Stripe::Treasury::OutboundTransferCreateParams::DestinationPaymentMethodOptions::UsBankAccount

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, discriminator, discriminator_fields, field_encodings, new, #to_h

Constructor Details

#initialize(network: nil) ⇒ UsBankAccount



24
25
26
# File 'lib/stripe/params/treasury/outbound_transfer_create_params.rb', line 24

def initialize(network: nil)
  @network = network
end

Instance Attribute Details

#network ⇒ Object

Specifies the network rails to be used. If not set, will default to the PaymentMethod's preferred network. See the docs to learn more about money movement timelines for each network type.



22
23
24
# File 'lib/stripe/params/treasury/outbound_transfer_create_params.rb', line 22

def network
  @network
end