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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classThe user agent of the browser from which the cardholder accepted the Authorized User Terms.static class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanInformation 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.inthashCode()voidsetCardIssuing(Cardholder.Individual.CardIssuing cardIssuing) Information related to the card_issuing program for this cardholder.voidThe date of birth of this cardholder.voidsetFirstName(String firstName) The first name of this cardholder.voidsetLastName(String lastName) The last name of this cardholder.voidsetVerification(Cardholder.Individual.Verification verification) Government-issued ID document for this cardholder.Methods inherited from class com.stripe.model.StripeObject
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()
-