Class: Stripe::PaymentIntentService::IncrementAuthorizationParams::AsyncWorkflows

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/payment_intent_service.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.



11345
11346
11347
# File 'lib/stripe/services/payment_intent_service.rb', line 11345

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

Instance Attribute Details

#inputsObject

Arguments passed in automations



11343
11344
11345
# File 'lib/stripe/services/payment_intent_service.rb', line 11343

def inputs
  @inputs
end