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



12647
12648
12649
# File 'lib/stripe/resources/payment_intent.rb', line 12647

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

Instance Attribute Details

#taxObject

Tax arguments for automations



12645
12646
12647
# File 'lib/stripe/resources/payment_intent.rb', line 12645

def tax
  @tax
end