Class: Stripe::PaymentIntentConfirmParams::PaymentMethodOptions::UsBankAccount::Networks
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentConfirmParams::PaymentMethodOptions::UsBankAccount::Networks
- Defined in:
- lib/stripe/params/payment_intent_confirm_params.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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(requested: nil) ⇒ Networks
Returns a new instance of Networks.
5239 5240 5241 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 5239 def initialize(requested: nil) @requested = requested end |
Instance Attribute Details
#requested ⇒ Object
Triggers validations to run across the selected networks
5237 5238 5239 |
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 5237 def requested @requested end |