Class: Stripe::PaymentIntentService::DecrementAuthorizationParams::AsyncWorkflows::Inputs
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentService::DecrementAuthorizationParams::AsyncWorkflows::Inputs
- Defined in:
- lib/stripe/services/payment_intent_service.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.
11269 11270 11271 |
# File 'lib/stripe/services/payment_intent_service.rb', line 11269 def initialize(tax: nil) @tax = tax end |
Instance Attribute Details
#tax ⇒ Object
Tax arguments for automations
11267 11268 11269 |
# File 'lib/stripe/services/payment_intent_service.rb', line 11267 def tax @tax end |