Document

class Document

Describes the document and the required document image uploads required to re-run KYC

Types

Link copied to clipboard
class Builder

A builder for Document.

Link copied to clipboard
object Companion
Link copied to clipboard
class DocumentType : Enum

Type of documentation to be submitted for verification of an account holder

Link copied to clipboard

Represents a single image of the document to upload.

Functions

Link copied to clipboard

Returns the raw JSON value of accountHolderToken.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of documentType.

Link copied to clipboard

Returns the raw JSON value of entityToken.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard

Globally unique identifier for the account holder.

Link copied to clipboard

Type of documentation to be submitted for verification of an account holder

Link copied to clipboard

Globally unique identifier for an entity.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard

Represents a single image of the document to upload.

Link copied to clipboard
Link copied to clipboard
fun token(): String

Globally unique identifier for the document.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard