Class CIPIdentity
java.lang.Object
net.jacobpeterson.alpaca.openapi.broker.model.CIPIdentity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-23T18:58:47.485165-07:00[America/Los_Angeles]")
public class CIPIdentity
extends Object
CIPIdentity
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Predicate
<com.google.gson.JsonElement> static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressBreakdown
(String addressBreakdown) dateOfBirth
(String dateOfBirth) dateOfBirthBreakdown
(String dateOfBirthBreakdown) boolean
static CIPIdentity
Create an instance of CIPIdentity given an JSON string\"clear\" \"consider\"a json object representing the breakdown of the `address` field.datetime when identity check happened\"clear\" \"consider\"a json object representing the breakdown of the `date_of_birth` field.getId()
Your internal ID of check\"clear\" \"consider\"datetime when identity check happened\"clear\" \"consider\"\"clear\" \"consider\"a json object representing the breakdown of `sources` field.An enum representing the status of the CIPInfo \"complete\" \"withdrawn\"getTaxId()
\"clear\" \"consider\"a json object representing the breakdown of the `tax_id` fieldint
hashCode()
matchedAddress
(String matchedAddress) matchedAddresses
(String matchedAddresses) void
setAddress
(String address) void
setAddressBreakdown
(String addressBreakdown) void
setCreatedAt
(String createdAt) void
setDateOfBirth
(String dateOfBirth) void
setDateOfBirthBreakdown
(String dateOfBirthBreakdown) void
void
setMatchedAddress
(String matchedAddress) void
setMatchedAddresses
(String matchedAddresses) void
void
setSources
(String sources) void
setSourcesBreakdown
(String sourcesBreakdown) void
void
void
setTaxIdBreakdown
(String taxIdBreakdown) sourcesBreakdown
(String sourcesBreakdown) taxIdBreakdown
(String taxIdBreakdown) toJson()
Convert an instance of CIPIdentity to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement)
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_RESULT
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_MATCHED_ADDRESS
- See Also:
-
SERIALIZED_NAME_MATCHED_ADDRESSES
- See Also:
-
SERIALIZED_NAME_SOURCES
- See Also:
-
SERIALIZED_NAME_SOURCES_BREAKDOWN
- See Also:
-
SERIALIZED_NAME_ADDRESS
- See Also:
-
SERIALIZED_NAME_ADDRESS_BREAKDOWN
- See Also:
-
SERIALIZED_NAME_DATE_OF_BIRTH
- See Also:
-
SERIALIZED_NAME_DATE_OF_BIRTH_BREAKDOWN
- See Also:
-
SERIALIZED_NAME_TAX_ID
- See Also:
-
SERIALIZED_NAME_TAX_ID_BREAKDOWN
- See Also:
-
openapiFields
-
openapiRequiredFields
-
validate
public static boolean validate -
isValid
-
-
Constructor Details
-
CIPIdentity
public CIPIdentity()
-
-
Method Details
-
id
-
getId
Your internal ID of check- Returns:
- id
-
setId
-
result
-
getResult
\"clear\" \"consider\"- Returns:
- result
-
setResult
-
status
-
getStatus
An enum representing the status of the CIPInfo \"complete\" \"withdrawn\"- Returns:
- status
-
setStatus
-
createdAt
-
getCreatedAt
datetime when identity check happened- Returns:
- createdAt
-
setCreatedAt
-
matchedAddress
-
getMatchedAddress
\"clear\" \"consider\"- Returns:
- matchedAddress
-
setMatchedAddress
-
matchedAddresses
-
getMatchedAddresses
datetime when identity check happened- Returns:
- matchedAddresses
-
setMatchedAddresses
-
sources
-
getSources
\"clear\" \"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
-
address
-
getAddress
\"clear\" \"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
-
dateOfBirth
-
getDateOfBirth
\"clear\" \"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
-
taxId
-
getTaxId
\"clear\" \"consider\"- Returns:
- taxId
-
setTaxId
-
taxIdBreakdown
-
getTaxIdBreakdown
a json object representing the breakdown of the `tax_id` field- Returns:
- taxIdBreakdown
-
setTaxIdBreakdown
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
- Throws:
IOException
-
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
-