Package com.stripe.param.issuing
Class CardholderCreateParams.Individual
java.lang.Object
com.stripe.param.issuing.CardholderCreateParams.Individual
- Enclosing class:
- CardholderCreateParams
The entity's business ID number.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
The four-digit year of birth. -
Method Summary
-
Method Details
-
builder
-
getDob
The date of birth of this cardholder. -
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. -
getFirstName
The first name of this cardholder. This field cannot contain any special characters or numbers. -
getLastName
The last name of this cardholder. This field cannot contain any special characters or numbers. -
getVerification
Government-issued ID document for this cardholder.
-