Package com.stripe.model.issuing
Class Cardholder.Individual
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Cardholder.Individual
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cardholder
For more details about Individual, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about CardIssuing, please refer to the API Reference.static class
For more details about Dob, please refer to the API Reference.static class
For more details about Verification, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Information related to the card_issuing program for this cardholder.getDob()
The date of birth of this cardholder.The first name of this cardholder.The last name of this cardholder.Government-issued ID document for this cardholder.int
hashCode()
void
setCardIssuing
(Cardholder.Individual.CardIssuing cardIssuing) Information related to the card_issuing program for this cardholder.void
The date of birth of this cardholder.void
setFirstName
(String firstName) The first name of this cardholder.void
setLastName
(String lastName) The last name of this cardholder.void
setVerification
(Cardholder.Individual.Verification verification) Government-issued ID document for this cardholder.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Individual
public Individual()
-
-
Method Details
-
getCardIssuing
Information related to the card_issuing program for this cardholder. -
getDob
The date of birth of this cardholder. -
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. -
setCardIssuing
Information related to the card_issuing program for this cardholder. -
setDob
The date of birth of this cardholder. -
setFirstName
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. -
setLastName
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. -
setVerification
Government-issued ID document for this cardholder. -
equals
-
canEqual
-
hashCode
public int hashCode()
-