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 classstatic classstatic classThe user agent of the browser from which the cardholder accepted the Authorized User Terms.static classRequired. The four-digit year of birth. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanInformation 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.inthashCode()
-
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@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. 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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-