Package com.stripe.param.v2.core
Class AccountUpdateParams.Identity.Individual
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Individual
- Enclosing class:
- AccountUpdateParams.Identity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Required. The year of birth.static class
Required. The format of the document.static enum
The person's last or family name.static enum
static enum
static class
static class
The person's title (e.g., CEO, Support Engineer).static class
Town or cho-me. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Additional addresses associated with the individual.Additional names (e.g.The individual's residential address.The individual's date of birth.Documents that may be submitted to satisfy various informational requests.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 identification numbers (e.g., SSN) associated with the individual.The individual's gender (International regulations require either "male" or "female").Set of key-value pairs that you can attach to an object.The countries where the individual is a national.getPhone()
The individual's phone number.The individual's political exposure.The relationship that this individual has with the account's identity.The script addresses (e.g., non-Latin characters) associated with the individual.The individuals primary name in non latin script.The individual's last name.int
hashCode()
-
Method Details
-
builder
-
getAdditionalAddresses
Additional addresses associated with the individual. -
getAdditionalNames
Additional names (e.g. aliases) associated with the individual. -
getAddress
The individual's residential address. -
getDateOfBirth
The individual's date of birth. -
getDocuments
Documents that may be submitted to satisfy various informational requests. -
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. -
getGivenName
The individual's first name. -
getIdNumbers
The identification numbers (e.g., SSN) associated with the individual. -
getLegalGender
The individual's gender (International regulations require either "male" or "female"). -
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. -
getNationalities
The countries where the individual is a national. Two-letter country code (ISO 3166-1 alpha-2). -
getPhone
The individual's phone number. -
getPoliticalExposure
The individual's political exposure. -
getRelationship
The relationship that this individual has with the account's identity. -
getScriptAddresses
The script addresses (e.g., non-Latin characters) associated with the individual. -
getScriptNames
The individuals primary name in non latin script. -
getSurname
The individual's last name. -
equals
-
canEqual
-
hashCode
public int hashCode()
-