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

#to_h

Constructor Details

#initialize(enabled: nil) ⇒ PaymentsOrchestration

Returns a new instance of PaymentsOrchestration.



5524
5525
5526
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5524

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

Instance Attribute Details

#enabledObject

Whether this feature is enabled.



5522
5523
5524
# File 'lib/stripe/params/payment_intent_create_params.rb', line 5522

def enabled
  @enabled
end