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
Modifier and TypeClassDescriptionstatic class
static class
static class
The user agent of the browser from which the cardholder accepted the Authorized User Terms.static class
Required. The four-digit year of birth. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Information related to the card_issuing program for this cardholder.getDob()
The date of birth of this cardholder.Map of extra parameters for custom features not available in this client library.The first name of this cardholder.The last name of this cardholder.Government-issued ID document for this cardholder.
-
Method Details
-
builder
-
getCardIssuing
Information related to the card_issuing program for this cardholder. -
getDob
The date of birth of this cardholder. Cardholders must be older than 13 years old. -
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. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters. -
getLastName
The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters. -
getVerification
Government-issued ID document for this cardholder.
-