IdentificationDocuments

data class IdentificationDocuments(val frontDocumentAttached: Boolean?, val backDocumentAttached: Boolean?, val selfieAttached: Boolean?)

Tracks which identity document files have been attached to a customer identity record.

Constructors

Link copied to clipboard
constructor(frontDocumentAttached: Boolean?, backDocumentAttached: Boolean?, selfieAttached: Boolean?)

Properties

Link copied to clipboard
@SerializedName(value = "back_document_attached")
val backDocumentAttached: Boolean?

Whether the back side of the identity document has been uploaded.

Link copied to clipboard
@SerializedName(value = "front_document_attached")
val frontDocumentAttached: Boolean?

Whether the front side of the identity document has been uploaded.

Link copied to clipboard
@SerializedName(value = "selfie_attached")
val selfieAttached: Boolean?

Whether a selfie image has been uploaded.