Class: Stripe::PaymentIntentCreateParams::PaymentsOrchestration

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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.



6108
6109
6110
# File 'lib/stripe/params/payment_intent_create_params.rb', line 6108

def initialize(enabled: nil)
  @enabled = enabled
end

Instance Attribute Details

#enabledObject

Whether this feature is enabled.



6106
6107
6108
# File 'lib/stripe/params/payment_intent_create_params.rb', line 6106

def enabled
  @enabled
end