Class: Stripe::PaymentIntent::CaptureParams::Hooks

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) ⇒ Hooks

Returns a new instance of Hooks.



9847
9848
9849
# File 'lib/stripe/resources/payment_intent.rb', line 9847

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

Instance Attribute Details

#inputsObject

Arguments passed in automations



9845
9846
9847
# File 'lib/stripe/resources/payment_intent.rb', line 9845

def inputs
  @inputs
end