Class: Stripe::PaymentIntent::DecrementAuthorizationParams::AsyncWorkflows

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_intent.rb

Defined Under Namespace

Classes: Inputs

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(inputs: nil) ⇒ AsyncWorkflows

Returns a new instance of AsyncWorkflows.



12539
12540
12541
# File 'lib/stripe/resources/payment_intent.rb', line 12539

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

Instance Attribute Details

#inputsObject

Arguments passed in automations



12537
12538
12539
# File 'lib/stripe/resources/payment_intent.rb', line 12537

def inputs
  @inputs
end