Package com.stripe.param
Class PaymentIntentCreateParams.PaymentDetails.CarRental.Driver
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentDetails.CarRental.Driver
- Enclosing class:
- PaymentIntentCreateParams.PaymentDetails.CarRental
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Driver's identification number.Driver's tax number.Map of extra parameters for custom features not available in this client library.getName()
Required. Full name of the person or entity on the car reservation.int
hashCode()
-
Method Details
-
builder
-
getDriverIdentificationNumber
Driver's identification number. -
getDriverTaxNumber
Driver's tax number. -
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@SerializedName
value. 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. -
getName
Required. Full name of the person or entity on the car reservation. -
equals
-
canEqual
-
hashCode
public int hashCode()
-