public class PersonCollectionCreateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
PersonCollectionCreateParams.Address |
static class |
PersonCollectionCreateParams.AddressKana
State, county, province, or region.
|
static class |
PersonCollectionCreateParams.AddressKanji
Town or cho-me.
|
static class |
PersonCollectionCreateParams.Builder |
static class |
PersonCollectionCreateParams.Dob
Town or cho-me.
|
static class |
PersonCollectionCreateParams.Relationship
The four-digit year of birth.
|
static class |
PersonCollectionCreateParams.Verification
The person's title (e.g., CEO, Support Engineer).
|
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static PersonCollectionCreateParams.Builder |
builder() |
PersonCollectionCreateParams.Address |
getAddress()
The person's address.
|
PersonCollectionCreateParams.AddressKana |
getAddressKana()
The Kana variation of the person's address (Japan only).
|
PersonCollectionCreateParams.AddressKanji |
getAddressKanji()
The Kanji variation of the person's address (Japan only).
|
java.lang.Object |
getDob()
The person's date of birth.
|
java.lang.String |
getEmail()
The person's email address.
|
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
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.String |
getFirstName()
The person's first name.
|
java.lang.String |
getFirstNameKana()
The Kana variation of the person's first name (Japan only).
|
java.lang.String |
getFirstNameKanji()
The Kanji variation of the person's first name (Japan only).
|
java.lang.String |
getGender()
The person's gender (International regulations require either "male" or
"female").
|
java.lang.String |
getIdNumber()
The person's ID number, as appropriate for their country.
|
java.lang.String |
getLastName()
The person's last name.
|
java.lang.String |
getLastNameKana()
The Kana variation of the person's last name (Japan only).
|
java.lang.String |
getLastNameKanji()
The Kanji variation of the person's last name (Japan only).
|
java.lang.String |
getMaidenName()
The person's maiden name.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Set of key-value pairs that you can attach to an object.
|
java.lang.String |
getPersonToken()
A person token, used to securely
provide details to the person.
|
java.lang.String |
getPhone()
The person's phone number.
|
PersonCollectionCreateParams.Relationship |
getRelationship()
The relationship that this person has with the account's legal entity.
|
java.lang.String |
getSsnLast4()
The last 4 digits of the person's social security number.
|
PersonCollectionCreateParams.Verification |
getVerification()
The person's verification status.
|
toMap
public static PersonCollectionCreateParams.Builder builder()
public PersonCollectionCreateParams.Address getAddress()
public PersonCollectionCreateParams.AddressKana getAddressKana()
public PersonCollectionCreateParams.AddressKanji getAddressKanji()
public java.lang.Object getDob()
public java.lang.String getEmail()
public java.util.List<java.lang.String> getExpand()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@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.public java.lang.String getFirstName()
public java.lang.String getFirstNameKana()
public java.lang.String getFirstNameKanji()
public java.lang.String getGender()
public java.lang.String getIdNumber()
public java.lang.String getLastName()
public java.lang.String getLastNameKana()
public java.lang.String getLastNameKanji()
public java.lang.String getMaidenName()
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
metadata
.public java.lang.String getPersonToken()
public java.lang.String getPhone()
public PersonCollectionCreateParams.Relationship getRelationship()
public java.lang.String getSsnLast4()
public PersonCollectionCreateParams.Verification getVerification()