Class: Stripe::PaymentIntent::CreateParams::AsyncWorkflows
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntent::CreateParams::AsyncWorkflows
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: Inputs
Instance Attribute Summary collapse
-
#inputs ⇒ Object
Arguments passed in automations.
Instance Method Summary collapse
-
#initialize(inputs: nil) ⇒ AsyncWorkflows
constructor
A new instance of AsyncWorkflows.
Methods inherited from RequestParams
Constructor Details
#initialize(inputs: nil) ⇒ AsyncWorkflows
Returns a new instance of AsyncWorkflows.
1945 1946 1947 |
# File 'lib/stripe/resources/payment_intent.rb', line 1945 def initialize(inputs: nil) @inputs = inputs end |
Instance Attribute Details
#inputs ⇒ Object
Arguments passed in automations
1943 1944 1945 |
# File 'lib/stripe/resources/payment_intent.rb', line 1943 def inputs @inputs end |