Tokenization

Types

Link copied to clipboard
class Builder

A builder for Tokenization.

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

The status of the tokenization request

Link copied to clipboard
class TokenizationChannel : Enum

The channel through which the tokenization was made.

Link copied to clipboard
Link copied to clipboard
class TokenRequestorName : Enum

The entity that requested the tokenization. Represents a Digital Wallet or merchant.

Functions

Link copied to clipboard

Returns the raw JSON value of accountToken.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of cardToken.

Link copied to clipboard

Returns the raw JSON value of createdAt.

Link copied to clipboard

Returns the raw JSON value of deviceId.

Link copied to clipboard

Returns the raw JSON value of digitalCardArtToken.

Link copied to clipboard

Returns the raw JSON value of dpan.

Link copied to clipboard

Returns the raw JSON value of events.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of status.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of tokenUniqueReference.

Link copied to clipboard

Returns the raw JSON value of updatedAt.

Link copied to clipboard

The account token associated with the card being tokenized.

Link copied to clipboard

The card token associated with the card being tokenized.

Link copied to clipboard

Date and time when the tokenization first occurred. UTC time zone.

Link copied to clipboard

The device identifier associated with the tokenization.

Link copied to clipboard

Specifies the digital card art displayed in the user’s digital wallet after tokenization. This will be null if the tokenization was created without an associated digital card art. See Flexible Card Art Guide.

Link copied to clipboard
fun dpan(): String?

The dynamic pan assigned to the token by the network.

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

A list of events related to the tokenization.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard

The network's unique reference for the card that is tokenized.

Link copied to clipboard

The status of the tokenization request

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

Globally unique identifier for a Tokenization

Link copied to clipboard

The channel through which the tokenization was made.

Link copied to clipboard

The entity that requested the tokenization. Represents a Digital Wallet or merchant.

Link copied to clipboard

The network's unique reference for the tokenization.

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

Latest date and time when the tokenization was updated. UTC time zone.

Link copied to clipboard