Class IdentityRecordBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.IdentityRecordBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-10-24T12:41:12.136492Z[Etc/UTC]") public class IdentityRecordBankModel extends Object
IdentityRecordBankModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentityRecordBankModel.TypeEnumThe identity record's type.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ATTESTATION_DETAILSstatic StringJSON_PROPERTY_CREATED_ATstatic StringJSON_PROPERTY_CUSTOMER_GUIDstatic StringJSON_PROPERTY_GUIDstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IdentityRecordBankModel()
-
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_ATTESTATION_DETAILS
public static final String JSON_PROPERTY_ATTESTATION_DETAILS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
-
Method Detail
-
guid
public IdentityRecordBankModel guid(String guid)
-
getGuid
@Nullable public String getGuid()
Auto-generated unique identifier for the identity record.- Returns:
- guid
-
setGuid
public void setGuid(String guid)
-
customerGuid
public IdentityRecordBankModel customerGuid(String customerGuid)
-
getCustomerGuid
@Nullable public String getCustomerGuid()
The customer's identifier.- Returns:
- customerGuid
-
setCustomerGuid
public void setCustomerGuid(String customerGuid)
-
type
public IdentityRecordBankModel type(IdentityRecordBankModel.TypeEnum type)
-
getType
@Nullable public IdentityRecordBankModel.TypeEnum getType()
The identity record's type.- Returns:
- type
-
setType
public void setType(IdentityRecordBankModel.TypeEnum type)
-
attestationDetails
public IdentityRecordBankModel attestationDetails(AttestationDetailsBankModel attestationDetails)
-
getAttestationDetails
@Nullable public AttestationDetailsBankModel getAttestationDetails()
Get attestationDetails- Returns:
- attestationDetails
-
setAttestationDetails
public void setAttestationDetails(AttestationDetailsBankModel attestationDetails)
-
createdAt
public IdentityRecordBankModel createdAt(OffsetDateTime createdAt)
-
getCreatedAt
@Nullable public OffsetDateTime getCreatedAt()
ISO8601 datetime the customer was created at.- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(OffsetDateTime createdAt)
-
-