Class IdentityVerificationWithDetailsBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityVerificationWithDetailsBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-02T20:09:49.316488Z[Etc/UTC]") public class IdentityVerificationWithDetailsBankModel extends Object
IdentityVerificationWithDetailsBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentityVerificationWithDetailsBankModel.FailureCodesEnumGets or Sets failureCodesstatic classIdentityVerificationWithDetailsBankModel.MethodEnumThe identity verification method.static classIdentityVerificationWithDetailsBankModel.OutcomeEnumThe outcome of the verification process.static classIdentityVerificationWithDetailsBankModel.PersonaStateEnumThe Persona state of the backing inquiry.static classIdentityVerificationWithDetailsBankModel.StateEnumThe state of the verification process.static classIdentityVerificationWithDetailsBankModel.TypeEnumThe type of identity verification.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_FAILURE_CODESstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_METHODstatic StringJSON_PROPERTY_OUTCOMEstatic StringJSON_PROPERTY_PERSONA_INQUIRY_IDstatic StringJSON_PROPERTY_PERSONA_STATEstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IdentityVerificationWithDetailsBankModel()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_GUID
public static final String JSON_PROPERTY_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER_GUID
public static final String JSON_PROPERTY_CUSTOMER_GUID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_METHOD
public static final String JSON_PROPERTY_METHOD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OUTCOME
public static final String JSON_PROPERTY_OUTCOME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_FAILURE_CODES
public static final String JSON_PROPERTY_FAILURE_CODES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PERSONA_INQUIRY_ID
public static final String JSON_PROPERTY_PERSONA_INQUIRY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PERSONA_STATE
public static final String JSON_PROPERTY_PERSONA_STATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public IdentityVerificationWithDetailsBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the identity verification.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
customerGuid
public IdentityVerificationWithDetailsBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The customer's identifier.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
type
public IdentityVerificationWithDetailsBankModel type(IdentityVerificationWithDetailsBankModel.TypeEnum type)
-
getType
@Nullable public IdentityVerificationWithDetailsBankModel.TypeEnum getType()
The type of identity verification.- Returns:
- type
-
setType
public void setType(IdentityVerificationWithDetailsBankModel.TypeEnum type)
-
method
public IdentityVerificationWithDetailsBankModel method(IdentityVerificationWithDetailsBankModel.MethodEnum method)
-
getMethod
@Nullable public IdentityVerificationWithDetailsBankModel.MethodEnum getMethod()
The identity verification method.- Returns:
- method
-
setMethod
public void setMethod(IdentityVerificationWithDetailsBankModel.MethodEnum method)
-
createdAt
public IdentityVerificationWithDetailsBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the customer was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
state
public IdentityVerificationWithDetailsBankModel state(IdentityVerificationWithDetailsBankModel.StateEnum state)
-
getState
@Nullable public IdentityVerificationWithDetailsBankModel.StateEnum getState()
The state of the verification process.- Returns:
- state
-
setState
public void setState(IdentityVerificationWithDetailsBankModel.StateEnum state)
-
outcome
public IdentityVerificationWithDetailsBankModel outcome(IdentityVerificationWithDetailsBankModel.OutcomeEnum outcome)
-
getOutcome
@Nullable public IdentityVerificationWithDetailsBankModel.OutcomeEnum getOutcome()
The outcome of the verification process.- Returns:
- outcome
-
setOutcome
public void setOutcome(IdentityVerificationWithDetailsBankModel.OutcomeEnum outcome)
-
failureCodes
public IdentityVerificationWithDetailsBankModel failureCodes(List<IdentityVerificationWithDetailsBankModel.FailureCodesEnum> failureCodes)
-
addFailureCodesItem
public IdentityVerificationWithDetailsBankModel addFailureCodesItem(IdentityVerificationWithDetailsBankModel.FailureCodesEnum failureCodesItem)
-
getFailureCodes
@Nullable public List<IdentityVerificationWithDetailsBankModel.FailureCodesEnum> getFailureCodes()
The reason codes explaining the outcome.- Returns:
- failureCodes
-
setFailureCodes
public void setFailureCodes(List<IdentityVerificationWithDetailsBankModel.FailureCodesEnum> failureCodes)
-
personaInquiryId
public IdentityVerificationWithDetailsBankModel personaInquiryId(String personaInquiryId)
-
getPersonaInquiryId
@Nullable public String getPersonaInquiryId()
The Persona identifier of the backing inquiry.- Returns:
- personaInquiryId
-
setPersonaInquiryId
public void setPersonaInquiryId(String personaInquiryId)
-
personaState
public IdentityVerificationWithDetailsBankModel personaState(IdentityVerificationWithDetailsBankModel.PersonaStateEnum personaState)
-
getPersonaState
@Nullable public IdentityVerificationWithDetailsBankModel.PersonaStateEnum getPersonaState()
The Persona state of the backing inquiry.- Returns:
- personaState
-
setPersonaState
public void setPersonaState(IdentityVerificationWithDetailsBankModel.PersonaStateEnum personaState)
-
-