Package com.stripe.param
Class PaymentIntentCreateParams.PaymentDetails.CarRentalData.Insurance
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentDetails.CarRentalData.Insurance
- Enclosing class:
- PaymentIntentCreateParams.PaymentDetails.CarRentalData
State, county, province, or region.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. Amount of the insurance coverage in cents.Currency of the insurance amount.Map of extra parameters for custom features not available in this client library.Name of the insurance company.Required. Type of insurance coverage.inthashCode()
-
Method Details
-
builder
-
getAmount
Required. Amount of the insurance coverage in cents. -
getCurrency
Currency of the insurance amount. -
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. -
getInsuranceCompanyName
Name of the insurance company. -
getInsuranceType
public PaymentIntentCreateParams.PaymentDetails.CarRentalData.Insurance.InsuranceType getInsuranceType()Required. Type of insurance coverage. -
equals
-
canEqual
-
hashCode
public int hashCode()
-