Class: Stripe::PaymentIntentService::DecrementAuthorizationParams::AsyncWorkflows::Inputs

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



10718
10719
10720
# File 'lib/stripe/services/payment_intent_service.rb', line 10718

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

Instance Attribute Details

#taxObject

Tax arguments for automations



10716
10717
10718
# File 'lib/stripe/services/payment_intent_service.rb', line 10716

def tax
  @tax
end