Class: Stripe::PaymentIntent::CreateParams::Hooks::Inputs

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

Defined Under Namespace

Classes: Tax

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(tax: nil) ⇒ Inputs

Returns a new instance of Inputs.



2249
2250
2251
# File 'lib/stripe/resources/payment_intent.rb', line 2249

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

Instance Attribute Details

#taxObject

Tax arguments for automations



2247
2248
2249
# File 'lib/stripe/resources/payment_intent.rb', line 2247

def tax
  @tax
end