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.
6510 6511 6512 |
# File 'lib/stripe/services/payment_intent_service.rb', line 6510 def initialize(requested: nil) @requested = requested end |
Instance Attribute Details
#requested ⇒ Object
Triggers validations to run across the selected networks
6508 6509 6510 |
# File 'lib/stripe/services/payment_intent_service.rb', line 6508 def requested @requested end |