Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentDetails.CarRentalData.Total
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentDetails.CarRentalData.Total
- Enclosing class:
- PaymentIntentUpdateParams.PaymentDetails.CarRentalData
State, county, province, or region.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classMaximum number of free miles or kilometers included.static enumType of tax applied.static class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. Total amount in cents.Currency of the amount.Discount details for the rental.Additional charges for the rental.Map of extra parameters for custom features not available in this client library.Rate per unit for the rental.Unit of measurement for the rate.getTax()Tax breakdown for the rental.inthashCode()
-
Method Details
-
builder
-
getAmount
Required. Total amount in cents. -
getCurrency
Currency of the amount. -
getDiscounts
Discount details for the rental. -
getExtraCharges
public List<PaymentIntentUpdateParams.PaymentDetails.CarRentalData.Total.ExtraCharge> getExtraCharges()Additional charges for the rental. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getRatePerUnit
Rate per unit for the rental. -
getRateUnit
Unit of measurement for the rate. -
getTax
Tax breakdown for the rental. -
equals
-
canEqual
-
hashCode
public int hashCode()
-