Class: Stripe::PaymentIntent::ConfirmParams::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.



10659
10660
10661
# File 'lib/stripe/resources/payment_intent.rb', line 10659

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

Instance Attribute Details

#taxObject

Tax arguments for automations



10657
10658
10659
# File 'lib/stripe/resources/payment_intent.rb', line 10657

def tax
  @tax
end