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 class -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetDob()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()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
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Individual
public Individual()
-
-
Method Details
-
getDob
The date of birth of this cardholder. -
getFirstName
The first name of this cardholder. -
getLastName
The last name of this cardholder. -
getVerification
Government-issued ID document for this cardholder. -
setDob
The date of birth of this cardholder. -
setFirstName
The first name of this cardholder. -
setLastName
The last name of this cardholder. -
setVerification
Government-issued ID document for this cardholder. -
equals
-
canEqual
-
hashCode
public int hashCode()
-