Class: Stripe::PaymentIntentCreateParams::Hooks
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentCreateParams::Hooks
- Defined in:
- lib/stripe/params/payment_intent_create_params.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.
211 212 213 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 211 def initialize(inputs: nil) @inputs = inputs end |
Instance Attribute Details
#inputs ⇒ Object
Arguments passed in automations
209 210 211 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 209 def inputs @inputs end |