Class: Stripe::PaymentIntentCreateParams::PaymentsOrchestration
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentCreateParams::PaymentsOrchestration
- Defined in:
- lib/stripe/params/payment_intent_create_params.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Whether this feature is enabled.
Instance Method Summary collapse
-
#initialize(enabled: nil) ⇒ PaymentsOrchestration
constructor
A new instance of PaymentsOrchestration.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(enabled: nil) ⇒ PaymentsOrchestration
Returns a new instance of PaymentsOrchestration.
6124 6125 6126 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 6124 def initialize(enabled: nil) @enabled = enabled end |
Instance Attribute Details
#enabled ⇒ Object
Whether this feature is enabled.
6122 6123 6124 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 6122 def enabled @enabled end |