Package com.stripe.param
Class AccountUpdateParams.Individual
- java.lang.Object
-
- com.stripe.param.AccountUpdateParams.Individual
-
- Enclosing class:
- AccountUpdateParams
public static class AccountUpdateParams.Individual extends java.lang.ObjectAdd all elements to `files` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeAccountUpdateParams.Documents.CompanyTaxIdVerification.filesfor the field documentation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountUpdateParams.Individual.Addressstatic classAccountUpdateParams.Individual.AddressKanaState, county, province, or region.static classAccountUpdateParams.Individual.AddressKanjiTown or cho-me.static classAccountUpdateParams.Individual.Builderstatic classAccountUpdateParams.Individual.DobTown or cho-me.static classAccountUpdateParams.Individual.PoliticalExposurestatic classAccountUpdateParams.Individual.VerificationThe four-digit year of birth.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountUpdateParams.Individual.Builderbuilder()AccountUpdateParams.Individual.AddressgetAddress()The individual's primary address.AccountUpdateParams.Individual.AddressKanagetAddressKana()The Kana variation of the the individual's primary address (Japan only).AccountUpdateParams.Individual.AddressKanjigetAddressKanji()The Kanji variation of the the individual's primary address (Japan only).java.lang.ObjectgetDob()The individual's date of birth.java.lang.ObjectgetEmail()The individual's email address.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.java.lang.ObjectgetFirstName()The individual's first name.java.lang.ObjectgetFirstNameKana()The Kana variation of the the individual's first name (Japan only).java.lang.ObjectgetFirstNameKanji()The Kanji variation of the individual's first name (Japan only).java.lang.ObjectgetGender()The individual's gender (International regulations require either "male" or "female").java.lang.ObjectgetIdNumber()The government-issued ID number of the individual, as appropriate for the representative’s country.java.lang.ObjectgetLastName()The individual's last name.java.lang.ObjectgetLastNameKana()The Kana varation of the individual's last name (Japan only).java.lang.ObjectgetLastNameKanji()The Kanji varation of the individual's last name (Japan only).java.lang.ObjectgetMaidenName()The individual's maiden name.java.lang.ObjectgetMetadata()Set of key-value pairs that you can attach to an object.java.lang.ObjectgetPhone()The individual's phone number.AccountUpdateParams.Individual.PoliticalExposuregetPoliticalExposure()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.java.lang.ObjectgetSsnLast4()The last four digits of the individual's Social Security Number (U.S.AccountUpdateParams.Individual.VerificationgetVerification()The individual's verification document information.
-
-
-
Method Detail
-
builder
public static AccountUpdateParams.Individual.Builder builder()
-
getAddress
public AccountUpdateParams.Individual.Address getAddress()
The individual's primary address.
-
getAddressKana
public AccountUpdateParams.Individual.AddressKana getAddressKana()
The Kana variation of the the individual's primary address (Japan only).
-
getAddressKanji
public AccountUpdateParams.Individual.AddressKanji getAddressKanji()
The Kanji variation of the the individual's primary address (Japan only).
-
getDob
public java.lang.Object getDob()
The individual's date of birth.
-
getEmail
public java.lang.Object getEmail()
The individual's email address.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> 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@SerializedNamevalue. 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
public java.lang.Object getFirstName()
The individual's first name.
-
getFirstNameKana
public java.lang.Object getFirstNameKana()
The Kana variation of the the individual's first name (Japan only).
-
getFirstNameKanji
public java.lang.Object getFirstNameKanji()
The Kanji variation of the individual's first name (Japan only).
-
getGender
public java.lang.Object getGender()
The individual's gender (International regulations require either "male" or "female").
-
getIdNumber
public java.lang.Object 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.
-
getLastName
public java.lang.Object getLastName()
The individual's last name.
-
getLastNameKana
public java.lang.Object getLastNameKana()
The Kana varation of the individual's last name (Japan only).
-
getLastNameKanji
public java.lang.Object getLastNameKanji()
The Kanji varation of the individual's last name (Japan only).
-
getMaidenName
public java.lang.Object getMaidenName()
The individual's maiden name.
-
getMetadata
public java.lang.Object 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
public java.lang.Object getPhone()
The individual's phone number.
-
getPoliticalExposure
public AccountUpdateParams.Individual.PoliticalExposure 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.
-
getSsnLast4
public java.lang.Object getSsnLast4()
The last four digits of the individual's Social Security Number (U.S. only).
-
getVerification
public AccountUpdateParams.Individual.Verification getVerification()
The individual's verification document information.
-
-