Package com.stripe.param.issuing
Class CardholderUpdateParams.Individual
java.lang.Object
com.stripe.param.issuing.CardholderUpdateParams.Individual
- Enclosing class:
- CardholderUpdateParams
The entity's business ID number.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classThe 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@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. -
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.
-