NetworkToken |
NetworkToken.brandVariant(String brandVariant) |
The card brand variant of the payment instrument associated with the network token.
|
NetworkToken |
NetworkToken.creationDate(OffsetDateTime creationDate) |
Date and time when the network token was created, in [ISO
8601](https://www.iso.org/iso-8601-date-and-time-format.html) extended format.
|
NetworkToken |
NetworkToken.device(DeviceInfo device) |
device
|
static NetworkToken |
NetworkToken.fromJson(String jsonString) |
Create an instance of NetworkToken given an JSON string
|
NetworkToken |
GetNetworkTokenResponse.getToken() |
Get token
|
NetworkToken |
NetworkToken.id(String id) |
The unique identifier of the network token.
|
NetworkToken |
NetworkToken.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
NetworkToken |
NetworkToken.paymentInstrumentId(String paymentInstrumentId) |
The unique identifier of the payment instrument to which this network token belongs to.
|
NetworkToken |
NetworkToken.status(NetworkToken.StatusEnum status) |
The status of the network token.
|
NetworkToken |
NetworkToken.tokenLastFour(String tokenLastFour) |
The last four digits of the network token `id`.
|
NetworkToken |
NetworkToken.tokenRequestor(NetworkTokenRequestor tokenRequestor) |
tokenRequestor
|
NetworkToken |
NetworkToken.type(String type) |
The type of network token.
|