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



5544
5545
5546
# File 'lib/stripe/resources/payment_intent.rb', line 5544

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

Instance Attribute Details

#taxObject

Tax arguments for automations



5542
5543
5544
# File 'lib/stripe/resources/payment_intent.rb', line 5542

def tax
  @tax
end