Package com.stripe.param
Class ChargeCaptureParams.PaymentDetails.CarRental.Driver
java.lang.Object
com.stripe.param.ChargeCaptureParams.PaymentDetails.CarRental.Driver
- Enclosing class:
- ChargeCaptureParams.PaymentDetails.CarRental
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDriver'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.inthashCode()
-
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@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. -
getName
Required. Full name of the person or entity on the car reservation. -
equals
-
canEqual
-
hashCode
public int hashCode()
-