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 class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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
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
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()
-