Class: Stripe::PaymentIntentUpdateParams::PaymentDetails::FlightDatum::Total::Tax
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentDetails::FlightDatum::Total::Tax
- Defined in:
- lib/stripe/params/payment_intent_update_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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(taxes: nil) ⇒ Tax
Returns a new instance of Tax.
1266 1267 1268 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1266 def initialize(taxes: nil) @taxes = taxes end |
Instance Attribute Details
#taxes ⇒ Object
Array of tax details.
1264 1265 1266 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 1264 def taxes @taxes end |