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