Class Tokenization
-
- All Implemented Interfaces:
public final class Tokenization
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTokenization.BuilderA builder for Tokenization.
public final classTokenization.StatusThe status of the tokenization request
public final classTokenization.TokenRequestorNameThe entity that requested the tokenization. Represents a Digital Wallet or merchant.
public final classTokenization.TokenizationChannelThe channel through which the tokenization was made.
public final classTokenization.TokenizationEvent
-
Method Summary
Modifier and Type Method Description final Stringtoken()Globally unique identifier for a Tokenization final StringaccountToken()The account token associated with the card being tokenized. final StringcardToken()The card token associated with the card being tokenized. final OffsetDateTimecreatedAt()Date and time when the tokenization first occurred. final Optional<String>dpan()The dynamic pan assigned to the token by the network. final Tokenization.Statusstatus()The status of the tokenization request final Tokenization.TokenRequestorNametokenRequestorName()The entity that requested the tokenization. final StringtokenUniqueReference()The network's unique reference for the tokenization. final Tokenization.TokenizationChanneltokenizationChannel()The channel through which the tokenization was made. final OffsetDateTimeupdatedAt()Latest date and time when the tokenization was updated. final Optional<String>digitalCardArtToken()Specifies the digital card art displayed in the user’s digital wallet after tokenization. final Optional<List<Tokenization.TokenizationEvent>>events()A list of events related to the tokenization. final Optional<String>paymentAccountReferenceId()The network's unique reference for the card that is tokenized. final JsonField<String>_token()Globally unique identifier for a Tokenization final JsonField<String>_accountToken()The account token associated with the card being tokenized. final JsonField<String>_cardToken()The card token associated with the card being tokenized. final JsonField<OffsetDateTime>_createdAt()Date and time when the tokenization first occurred. final JsonField<String>_dpan()The dynamic pan assigned to the token by the network. final JsonField<Tokenization.Status>_status()The status of the tokenization request final JsonField<Tokenization.TokenRequestorName>_tokenRequestorName()The entity that requested the tokenization. final JsonField<String>_tokenUniqueReference()The network's unique reference for the tokenization. final JsonField<Tokenization.TokenizationChannel>_tokenizationChannel()The channel through which the tokenization was made. final JsonField<OffsetDateTime>_updatedAt()Latest date and time when the tokenization was updated. final JsonField<String>_digitalCardArtToken()Specifies the digital card art displayed in the user’s digital wallet after tokenization. final JsonField<List<Tokenization.TokenizationEvent>>_events()A list of events related to the tokenization. final JsonField<String>_paymentAccountReferenceId()The network's unique reference for the card that is tokenized. final Map<String, JsonValue>_additionalProperties()final Tokenizationvalidate()final Tokenization.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Tokenization.Builderbuilder()Returns a mutable builder for constructing an instance of Tokenization. -
-
Method Detail
-
accountToken
final String accountToken()
The account token associated with the card being tokenized.
-
createdAt
final OffsetDateTime createdAt()
Date and time when the tokenization first occurred. UTC time zone.
-
status
final Tokenization.Status status()
The status of the tokenization request
-
tokenRequestorName
final Tokenization.TokenRequestorName tokenRequestorName()
The entity that requested the tokenization. Represents a Digital Wallet or merchant.
-
tokenUniqueReference
final String tokenUniqueReference()
The network's unique reference for the tokenization.
-
tokenizationChannel
final Tokenization.TokenizationChannel tokenizationChannel()
The channel through which the tokenization was made.
-
updatedAt
final OffsetDateTime updatedAt()
Latest date and time when the tokenization was updated. UTC time zone.
-
digitalCardArtToken
final Optional<String> digitalCardArtToken()
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.
-
events
final Optional<List<Tokenization.TokenizationEvent>> events()
A list of events related to the tokenization.
-
paymentAccountReferenceId
final Optional<String> paymentAccountReferenceId()
The network's unique reference for the card that is tokenized.
-
_accountToken
final JsonField<String> _accountToken()
The account token associated with the card being tokenized.
-
_cardToken
final JsonField<String> _cardToken()
The card token associated with the card being tokenized.
-
_createdAt
final JsonField<OffsetDateTime> _createdAt()
Date and time when the tokenization first occurred. UTC time zone.
-
_status
final JsonField<Tokenization.Status> _status()
The status of the tokenization request
-
_tokenRequestorName
final JsonField<Tokenization.TokenRequestorName> _tokenRequestorName()
The entity that requested the tokenization. Represents a Digital Wallet or merchant.
-
_tokenUniqueReference
final JsonField<String> _tokenUniqueReference()
The network's unique reference for the tokenization.
-
_tokenizationChannel
final JsonField<Tokenization.TokenizationChannel> _tokenizationChannel()
The channel through which the tokenization was made.
-
_updatedAt
final JsonField<OffsetDateTime> _updatedAt()
Latest date and time when the tokenization was updated. UTC time zone.
-
_digitalCardArtToken
final JsonField<String> _digitalCardArtToken()
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.
-
_events
final JsonField<List<Tokenization.TokenizationEvent>> _events()
A list of events related to the tokenization.
-
_paymentAccountReferenceId
final JsonField<String> _paymentAccountReferenceId()
The network's unique reference for the card that is tokenized.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final Tokenization validate()
-
toBuilder
final Tokenization.Builder toBuilder()
-
builder
final static Tokenization.Builder builder()
Returns a mutable builder for constructing an instance of Tokenization.
The following fields are required:
.token() .accountToken() .cardToken() .createdAt() .dpan() .status() .tokenRequestorName() .tokenUniqueReference() .tokenizationChannel() .updatedAt()
-
-
-
-