Class: Stripe::PaymentIntent::IncrementAuthorizationParams::Hooks::Inputs
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntent::IncrementAuthorizationParams::Hooks::Inputs
- Defined in:
- lib/stripe/resources/payment_intent.rb
Defined Under Namespace
Classes: Tax
Instance Attribute Summary collapse
-
#tax ⇒ Object
Tax arguments for automations.
Instance Method Summary collapse
-
#initialize(tax: nil) ⇒ Inputs
constructor
A new instance of Inputs.
Methods inherited from RequestParams
Constructor Details
#initialize(tax: nil) ⇒ Inputs
Returns a new instance of Inputs.
14569 14570 14571 |
# File 'lib/stripe/resources/payment_intent.rb', line 14569 def initialize(tax: nil) @tax = tax end |
Instance Attribute Details
#tax ⇒ Object
Tax arguments for automations
14567 14568 14569 |
# File 'lib/stripe/resources/payment_intent.rb', line 14567 def tax @tax end |