Class CIPIdentity
java.lang.Object
markets.alpaca.client.openapi.broker.model.CIPIdentity
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class CIPIdentity
extends Object
implements Serializable
CIPIdentity
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressBreakdown(String addressBreakdown) dateOfBirth(String dateOfBirth) dateOfBirthBreakdown(String dateOfBirthBreakdown) booleanstatic CIPIdentityCreate an instance of CIPIdentity given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The result of the check.a json object representing the breakdown of the `address` field.datetime when identity check happenedThe result of the check.a json object representing the breakdown of the `date_of_birth` field.getId()Your internal ID of checkThe result of the check.datetime when identity check happenedThe result of the check.The result of the check.a json object representing the breakdown of `sources` field.An enum representing the status of the CIPInfo \"complete\" \"withdrawn\"getTaxId()The result of the check.a json object representing the breakdown of the `tax_id` fieldinthashCode()matchedAddress(String matchedAddress) matchedAddresses(String matchedAddresses) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAddress(String address) voidsetAddressBreakdown(String addressBreakdown) voidsetCreatedAt(String createdAt) voidsetDateOfBirth(String dateOfBirth) voidsetDateOfBirthBreakdown(String dateOfBirthBreakdown) voidvoidsetMatchedAddress(String matchedAddress) voidsetMatchedAddresses(String matchedAddresses) voidvoidsetSources(String sources) voidsetSourcesBreakdown(String sourcesBreakdown) voidvoidvoidsetTaxIdBreakdown(String taxIdBreakdown) sourcesBreakdown(String sourcesBreakdown) taxIdBreakdown(String taxIdBreakdown) toJson()Convert an instance of CIPIdentity to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ADDRESS
- See Also:
-
SERIALIZED_NAME_ADDRESS_BREAKDOWN
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_DATE_OF_BIRTH
- See Also:
-
SERIALIZED_NAME_DATE_OF_BIRTH_BREAKDOWN
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_MATCHED_ADDRESS
- See Also:
-
SERIALIZED_NAME_MATCHED_ADDRESSES
- See Also:
-
SERIALIZED_NAME_RESULT
- See Also:
-
SERIALIZED_NAME_SOURCES
- See Also:
-
SERIALIZED_NAME_SOURCES_BREAKDOWN
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TAX_ID
- See Also:
-
SERIALIZED_NAME_TAX_ID_BREAKDOWN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CIPIdentity
public CIPIdentity()
-
-
Method Details
-
address
-
getAddress
The result of the check. Either `clear` or `consider`.- Returns:
- address
-
setAddress
-
addressBreakdown
-
getAddressBreakdown
a json object representing the breakdown of the `address` field. For example: {\"credit_agencies\": {\"result\": \"clear\",\"properties\":{\"number_of_matches\":\"1\"}}- Returns:
- addressBreakdown
-
setAddressBreakdown
-
createdAt
-
getCreatedAt
datetime when identity check happened- Returns:
- createdAt
-
setCreatedAt
-
dateOfBirth
-
getDateOfBirth
The result of the check. Either `clear` or `consider`.- Returns:
- dateOfBirth
-
setDateOfBirth
-
dateOfBirthBreakdown
-
getDateOfBirthBreakdown
a json object representing the breakdown of the `date_of_birth` field. For example: example: {\"credit_agencies\":{\"result\": \"clear\",\"properties\": {\"number_of_matches\": \"1\"}}- Returns:
- dateOfBirthBreakdown
-
setDateOfBirthBreakdown
-
id
-
getId
Your internal ID of check- Returns:
- id
-
setId
-
matchedAddress
-
getMatchedAddress
The result of the check. Either `clear` or `consider`.- Returns:
- matchedAddress
-
setMatchedAddress
-
matchedAddresses
-
getMatchedAddresses
datetime when identity check happened- Returns:
- matchedAddresses
-
setMatchedAddresses
-
result
-
getResult
The result of the check. Either `clear` or `consider`.- Returns:
- result
-
setResult
-
sources
-
getSources
The result of the check. Either `clear` or `consider`.- Returns:
- sources
-
setSources
-
sourcesBreakdown
-
getSourcesBreakdown
a json object representing the breakdown of `sources` field. For example: {\"total_sources\": {\"result\": \"clear\",\"properties\": {\"total_number_of_sources\": \"3\"}}}- Returns:
- sourcesBreakdown
-
setSourcesBreakdown
-
status
-
getStatus
An enum representing the status of the CIPInfo \"complete\" \"withdrawn\"- Returns:
- status
-
setStatus
-
taxId
-
getTaxId
The result of the check. Either `clear` or `consider`.- Returns:
- taxId
-
setTaxId
-
taxIdBreakdown
-
getTaxIdBreakdown
a json object representing the breakdown of the `tax_id` field- Returns:
- taxIdBreakdown
-
setTaxIdBreakdown
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the CIPIdentity instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to CIPIdentity
-
fromJson
Create an instance of CIPIdentity given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CIPIdentity
- Throws:
IOException- if the JSON string is invalid with respect to CIPIdentity
-
toJson
Convert an instance of CIPIdentity to an JSON string- Returns:
- JSON string
-