Class: Stripe::PaymentIntentCreateParams::PaymentMethodOptions::CardPresent::Routing
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentCreateParams::PaymentMethodOptions::CardPresent::Routing
- Defined in:
- lib/stripe/params/payment_intent_create_params.rb
Instance Attribute Summary collapse
-
#requested_priority ⇒ Object
Routing requested priority.
Instance Method Summary collapse
-
#initialize(requested_priority: nil) ⇒ Routing
constructor
A new instance of Routing.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(requested_priority: nil) ⇒ Routing
1385 1386 1387 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 1385 def initialize(requested_priority: nil) @requested_priority = requested_priority end |
Instance Attribute Details
#requested_priority ⇒ Object
Routing requested priority
1383 1384 1385 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 1383 def requested_priority @requested_priority end |