Class: Stripe::PaymentIntentCaptureParams::PaymentDetails::FlightDatum::Total::Tax

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_capture_params.rb

Defined Under Namespace

Classes: Tax

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(taxes: nil) ⇒ Tax

Returns a new instance of Tax.



1219
1220
1221
# File 'lib/stripe/params/payment_intent_capture_params.rb', line 1219

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

Instance Attribute Details

#taxesObject

Array of tax details.



1217
1218
1219
# File 'lib/stripe/params/payment_intent_capture_params.rb', line 1217

def taxes
  @taxes
end