All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
Description |
IdentityVerificationWithDetailsBankModel |
addComplianceChecksItem(ComplianceCheckBankModel complianceChecksItem) |
|
IdentityVerificationWithDetailsBankModel |
addComplianceDecisionsItem(ComplianceDecisionBankModel complianceDecisionsItem) |
|
IdentityVerificationWithDetailsBankModel |
addDocumentsItem(IdentityVerificationDocumentBankModel documentsItem) |
|
IdentityVerificationWithDetailsBankModel |
addFailureCodesItem(String failureCodesItem) |
|
IdentityVerificationWithDetailsBankModel |
complianceChecks(List<ComplianceCheckBankModel> complianceChecks) |
|
IdentityVerificationWithDetailsBankModel |
complianceDecisions(List<ComplianceDecisionBankModel> complianceDecisions) |
|
IdentityVerificationWithDetailsBankModel |
counterpartyGuid(String counterpartyGuid) |
|
IdentityVerificationWithDetailsBankModel |
createdAt(OffsetDateTime createdAt) |
|
IdentityVerificationWithDetailsBankModel |
customerGuid(String customerGuid) |
|
IdentityVerificationWithDetailsBankModel |
documents(List<IdentityVerificationDocumentBankModel> documents) |
|
boolean |
equals(Object o) |
|
IdentityVerificationWithDetailsBankModel |
externalBankAccountGuid(String externalBankAccountGuid) |
|
IdentityVerificationWithDetailsBankModel |
failureCodes(List<String> failureCodes) |
|
List<ComplianceCheckBankModel> |
getComplianceChecks() |
The compliance checks associated with the identity verification.
|
List<ComplianceDecisionBankModel> |
getComplianceDecisions() |
The compliance decisions associated with the identity verification.
|
String |
getCounterpartyGuid() |
The identity verification's identifier.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCounterpartyGuid_JsonNullable() |
|
OffsetDateTime |
getCreatedAt() |
ISO8601 datetime the record was created at.
|
String |
getCustomerGuid() |
The identity verification's identifier.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getCustomerGuid_JsonNullable() |
|
List<IdentityVerificationDocumentBankModel> |
getDocuments() |
The documents associated with the identity verification.
|
String |
getExternalBankAccountGuid() |
The identity verification's identifier.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getExternalBankAccountGuid_JsonNullable() |
|
List<String> |
getFailureCodes() |
The reason codes explaining the outcome.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getFailureCodes_JsonNullable() |
|
String |
getGuid() |
Auto-generated unique identifier for the identity verification.
|
String |
getMethod() |
The identity verification method; one of attested, document_submission, id_and_selfie, tax_id_and_selfie, business_registration, attested_id_and_selfie, attested_business_registration, watchlists, attested_ownership, or account_ownership.
|
String |
getOutcome() |
The identity verification outcome; one of passed or failed.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getOutcome_JsonNullable() |
|
String |
getPersonaInquiryId() |
The Persona identifier of the backing inquiry.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPersonaInquiryId_JsonNullable() |
|
String |
getPersonaState() |
The Persona state of the backing inquiry; one of waiting, pending, reviewing, processing, expired, completed, or unknown.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getPersonaState_JsonNullable() |
|
IdentityVerificationWithDetailsPiiBankModel |
getPii() |
Get pii
|
org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiBankModel> |
getPii_JsonNullable() |
|
String |
getState() |
The identity verification state; one of storing, waiting, pending, reviewing, expired, or completed.
|
String |
getType() |
The identity verification type; one of kyc, bank_account, or counterparty.
|
OffsetDateTime |
getUpdatedAt() |
ISO8601 datetime the record was last updated at.
|
IdentityVerificationWithDetailsBankModel |
guid(String guid) |
|
int |
hashCode() |
|
IdentityVerificationWithDetailsBankModel |
method(String method) |
|
IdentityVerificationWithDetailsBankModel |
outcome(String outcome) |
|
IdentityVerificationWithDetailsBankModel |
personaInquiryId(String personaInquiryId) |
|
IdentityVerificationWithDetailsBankModel |
personaState(String personaState) |
|
IdentityVerificationWithDetailsBankModel |
pii(IdentityVerificationWithDetailsPiiBankModel pii) |
|
void |
setComplianceChecks(List<ComplianceCheckBankModel> complianceChecks) |
|
void |
setComplianceDecisions(List<ComplianceDecisionBankModel> complianceDecisions) |
|
void |
setCounterpartyGuid(String counterpartyGuid) |
|
void |
setCounterpartyGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> counterpartyGuid) |
|
void |
setCreatedAt(OffsetDateTime createdAt) |
|
void |
setCustomerGuid(String customerGuid) |
|
void |
setCustomerGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid) |
|
void |
setDocuments(List<IdentityVerificationDocumentBankModel> documents) |
|
void |
setExternalBankAccountGuid(String externalBankAccountGuid) |
|
void |
setExternalBankAccountGuid_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> externalBankAccountGuid) |
|
void |
setFailureCodes(List<String> failureCodes) |
|
void |
setFailureCodes_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> failureCodes) |
|
void |
setGuid(String guid) |
|
void |
setMethod(String method) |
|
void |
setOutcome(String outcome) |
|
void |
setOutcome_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> outcome) |
|
void |
setPersonaInquiryId(String personaInquiryId) |
|
void |
setPersonaInquiryId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> personaInquiryId) |
|
void |
setPersonaState(String personaState) |
|
void |
setPersonaState_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> personaState) |
|
void |
setPii(IdentityVerificationWithDetailsPiiBankModel pii) |
|
void |
setPii_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IdentityVerificationWithDetailsPiiBankModel> pii) |
|
void |
setState(String state) |
|
void |
setType(String type) |
|
void |
setUpdatedAt(OffsetDateTime updatedAt) |
|
IdentityVerificationWithDetailsBankModel |
state(String state) |
|
String |
toString() |
|
IdentityVerificationWithDetailsBankModel |
type(String type) |
|
IdentityVerificationWithDetailsBankModel |
updatedAt(OffsetDateTime updatedAt) |
|