Package com.stripe.param
Class TokenCreateParams.Account.Individual
java.lang.Object
com.stripe.param.TokenCreateParams.Account.Individual
- Enclosing class:
- TokenCreateParams.Account
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
State, county, province, or region.static class
Town or cho-me.static class
static class
Town or cho-me.static enum
static class
Required. The four-digit year of birth.static class
State, county, province, or region.static class
The person's title (e.g., CEO, Support Engineer). -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The individual's primary address.The Kana variation of the individual's primary address (Japan only).The Kanji variation of the individual's primary address (Japan only).getDob()
The individual's date of birth.getEmail()
The individual's email address.Map of extra parameters for custom features not available in this client library.The individual's first name.The Kana variation of the individual's first name (Japan only).The Kanji variation of the individual's first name (Japan only).A list of alternate names or aliases that the individual is known by.The individual's gender (International regulations require either "male" or "female").The government-issued ID number of the individual, as appropriate for the representative's country.The government-issued secondary ID number of the individual, as appropriate for the representative's country, will be used for enhanced verification checks.The individual's last name.The Kana variation of the individual's last name (Japan only).The Kanji variation of the individual's last name (Japan only).The individual's maiden name.Set of key-value pairs that you can attach to an object.getPhone()
The individual's phone number.Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.The individual's registered address.Describes the person’s relationship to the account.The last four digits of the individual's Social Security Number (U.S.The individual's verification document information.
-
Method Details
-
builder
-
getAddress
The individual's primary address. -
getAddressKana
The Kana variation of the individual's primary address (Japan only). -
getAddressKanji
The Kanji variation of the individual's primary address (Japan only). -
getDob
The individual's date of birth. -
getEmail
The individual's email address. -
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@SerializedName
value. 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 individual's first name. -
getFirstNameKana
The Kana variation of the individual's first name (Japan only). -
getFirstNameKanji
The Kanji variation of the individual's first name (Japan only). -
getFullNameAliases
A list of alternate names or aliases that the individual is known by. -
getGender
The individual's gender (International regulations require either "male" or "female"). -
getIdNumber
The government-issued ID number of the individual, as appropriate for the representative's country. (Examples are a Social Security Number in the U.S., or a Social Insurance Number in Canada). Instead of the number itself, you can also provide a PII token created with Stripe.js. -
getIdNumberSecondary
The government-issued secondary ID number of the individual, as appropriate for the representative's country, will be used for enhanced verification checks. In Thailand, this would be the laser code found on the back of an ID card. Instead of the number itself, you can also provide a PII token created with Stripe.js. -
getLastName
The individual's last name. -
getLastNameKana
The Kana variation of the individual's last name (Japan only). -
getLastNameKanji
The Kanji variation of the individual's last name (Japan only). -
getMaidenName
The individual's maiden name. -
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value tometadata
. -
getPhone
The individual's phone number. -
getPoliticalExposure
Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction. -
getRegisteredAddress
The individual's registered address. -
getRelationship
Describes the person’s relationship to the account. -
getSsnLast4
The last four digits of the individual's Social Security Number (U.S. only). -
getVerification
The individual's verification document information.
-