Class: Stripe::PaymentIntentService::ConfirmParams::PaymentMethodOptions::UsBankAccount::Networks
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentService::ConfirmParams::PaymentMethodOptions::UsBankAccount::Networks
- Defined in:
- lib/stripe/services/payment_intent_service.rb
Instance Attribute Summary collapse
-
#requested ⇒ Object
Triggers validations to run across the selected networks.
Instance Method Summary collapse
-
#initialize(requested: nil) ⇒ Networks
constructor
A new instance of Networks.
Methods inherited from RequestParams
Constructor Details
#initialize(requested: nil) ⇒ Networks
Returns a new instance of Networks.
11073 11074 11075 |
# File 'lib/stripe/services/payment_intent_service.rb', line 11073 def initialize(requested: nil) @requested = requested end |
Instance Attribute Details
#requested ⇒ Object
Triggers validations to run across the selected networks
11071 11072 11073 |
# File 'lib/stripe/services/payment_intent_service.rb', line 11071 def requested @requested end |