Class: Stripe::Treasury::OutboundPaymentCreateParams::DestinationPaymentMethodOptions::UsBankAccount

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/treasury/outbound_payment_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(network: nil) ⇒ UsBankAccount

Returns a new instance of UsBankAccount.



113
114
115
# File 'lib/stripe/params/treasury/outbound_payment_create_params.rb', line 113

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

Instance Attribute Details

#networkObject

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.



111
112
113
# File 'lib/stripe/params/treasury/outbound_payment_create_params.rb', line 111

def network
  @network
end