Class: Stripe::PaymentIntent::UpdateParams::AsyncWorkflows
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntent::UpdateParams::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.
5507 5508 5509 |
# File 'lib/stripe/resources/payment_intent.rb', line 5507 def initialize(inputs: nil) @inputs = inputs end |
Instance Attribute Details
#inputs ⇒ Object
Arguments passed in automations
5505 5506 5507 |
# File 'lib/stripe/resources/payment_intent.rb', line 5505 def inputs @inputs end |