Class: Stripe::PaymentIntentCreateParams::PaymentDetails::FlightDatum::Total::Tax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentCreateParams::PaymentDetails::FlightDatum::Total::Tax
- Defined in:
- lib/stripe/params/payment_intent_create_params.rb
Defined Under Namespace
Classes: Tax
Instance Attribute Summary collapse
-
#taxes ⇒ Object
Array of tax details.
Instance Method Summary collapse
-
#initialize(taxes: nil) ⇒ Tax
constructor
A new instance of Tax.
Methods inherited from RequestParams
Constructor Details
#initialize(taxes: nil) ⇒ Tax
Returns a new instance of Tax.
1285 1286 1287 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 1285 def initialize(taxes: nil) @taxes = taxes end |
Instance Attribute Details
#taxes ⇒ Object
Array of tax details.
1283 1284 1285 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 1283 def taxes @taxes end |