Class: Stripe::Treasury::OutboundPayment::CreateParams::DestinationPaymentMethodOptions::UsBankAccount

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/treasury/outbound_payment.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(network: nil) ⇒ UsBankAccount

Returns a new instance of UsBankAccount.



289
290
291
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 289

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](stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.



287
288
289
# File 'lib/stripe/resources/treasury/outbound_payment.rb', line 287

def network
  @network
end