public class SchemeTokenData extends Object
Constructor and Description |
---|
SchemeTokenData() |
Modifier and Type | Method and Description |
---|---|
String |
getCardholderName()
The card holder's name on the card.
|
String |
getCryptogram()
The Token Cryptogram is a dynamic one-time use value that is used to verify the authenticity of the transaction and the integrity of the data used in the generation of the Token Cryptogram.
|
String |
getEci()
The Electronic Commerce Indicator you got with the Token Cryptogram
|
String |
getNetworkToken()
The network token.
|
String |
getTokenExpiryDate()
The expiry date of the network token
|
void |
setCardholderName(String value)
The card holder's name on the card.
|
void |
setCryptogram(String value)
The Token Cryptogram is a dynamic one-time use value that is used to verify the authenticity of the transaction and the integrity of the data used in the generation of the Token Cryptogram.
|
void |
setEci(String value)
The Electronic Commerce Indicator you got with the Token Cryptogram
|
void |
setNetworkToken(String value)
The network token.
|
void |
setTokenExpiryDate(String value)
The expiry date of the network token
|
public String getCardholderName()
public void setCardholderName(String value)
public String getCryptogram()
public void setCryptogram(String value)
public String getEci()
public void setEci(String value)
public String getNetworkToken()
public void setNetworkToken(String value)
public String getTokenExpiryDate()
public void setTokenExpiryDate(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.