Class: Stripe::Treasury::OutboundPaymentService::CreateParams::DestinationPaymentMethodOptions::UsBankAccount
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::OutboundPaymentService::CreateParams::DestinationPaymentMethodOptions::UsBankAccount
- Defined in:
- lib/stripe/services/treasury/outbound_payment_service.rb
Instance Attribute Summary collapse
-
#network ⇒ Object
Specifies the network rails to be used.
Instance Method Summary collapse
-
#initialize(network: nil) ⇒ UsBankAccount
constructor
A new instance of UsBankAccount.
Methods inherited from RequestParams
Constructor Details
#initialize(network: nil) ⇒ UsBankAccount
Returns a new instance of UsBankAccount.
170 171 172 |
# File 'lib/stripe/services/treasury/outbound_payment_service.rb', line 170 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](stripe.com/docs/treasury/money-movement/timelines) to learn more about money movement timelines for each network type.
168 169 170 |
# File 'lib/stripe/services/treasury/outbound_payment_service.rb', line 168 def network @network end |