Class: Stripe::PaymentIntentCreateParams::Hooks::Inputs

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_create_params.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



204
205
206
# File 'lib/stripe/params/payment_intent_create_params.rb', line 204

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

Instance Attribute Details

#taxObject

Tax arguments for automations



202
203
204
# File 'lib/stripe/params/payment_intent_create_params.rb', line 202

def tax
  @tax
end