Class: Stripe::PaymentIntentService::DecrementAuthorizationParams::Hooks
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentService::DecrementAuthorizationParams::Hooks
- Defined in:
- lib/stripe/services/payment_intent_service.rb
Defined Under Namespace
Classes: Inputs
Instance Attribute Summary collapse
-
#inputs ⇒ Object
Arguments passed in automations.
Instance Method Summary collapse
-
#initialize(inputs: nil) ⇒ Hooks
constructor
A new instance of Hooks.
Methods inherited from RequestParams
Constructor Details
#initialize(inputs: nil) ⇒ Hooks
Returns a new instance of Hooks.
11275 11276 11277 |
# File 'lib/stripe/services/payment_intent_service.rb', line 11275 def initialize(inputs: nil) @inputs = inputs end |
Instance Attribute Details
#inputs ⇒ Object
Arguments passed in automations
11273 11274 11275 |
# File 'lib/stripe/services/payment_intent_service.rb', line 11273 def inputs @inputs end |