Builder

class Builder

A builder for Tokenization.

Functions

Link copied to clipboard

Sets Builder.accountToken to an arbitrary JSON value.

The account token associated with the card being tokenized.

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

Returns an immutable instance of Tokenization.

Link copied to clipboard

Sets Builder.cardToken to an arbitrary JSON value.

The card token associated with the card being tokenized.

Link copied to clipboard

Sets Builder.createdAt to an arbitrary JSON value.

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

Link copied to clipboard

Sets Builder.deviceId to an arbitrary JSON value.

The device identifier associated with the tokenization.

Link copied to clipboard

Sets Builder.digitalCardArtToken to an arbitrary JSON value.

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

Sets Builder.dpan to an arbitrary JSON value.

The dynamic pan assigned to the token by the network.

Link copied to clipboard

Sets Builder.events to an arbitrary JSON value.

A list of events related to the tokenization.

Link copied to clipboard

Sets Builder.paymentAccountReferenceId to an arbitrary JSON value.

fun paymentAccountReferenceId(paymentAccountReferenceId: String?): Tokenization.Builder

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

Link copied to clipboard
Link copied to clipboard

Sets Builder.status to an arbitrary JSON value.

The status of the tokenization request

Link copied to clipboard

Sets Builder.token to an arbitrary JSON value.

Globally unique identifier for a Tokenization

Link copied to clipboard

Sets Builder.tokenizationChannel to an arbitrary JSON value.

The channel through which the tokenization was made.

Link copied to clipboard

Sets Builder.tokenRequestorName to an arbitrary JSON value.

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

Link copied to clipboard

Sets Builder.tokenUniqueReference to an arbitrary JSON value.

The network's unique reference for the tokenization.

Link copied to clipboard

Sets Builder.updatedAt to an arbitrary JSON value.

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