public class MppCredentialsResponse200 extends Object
| Constructor | Description |
|---|---|
MppCredentialsResponse200() |
| Modifier and Type | Method | Description |
|---|---|---|
MppCredentialsResponse200 |
dynamicData(String dynamicData) |
|
MppCredentialsResponse200 |
eci(String eci) |
|
boolean |
equals(Object o) |
|
MppCredentialsResponse200 |
expirationMonth(String expirationMonth) |
|
MppCredentialsResponse200 |
expirationYear(String expirationYear) |
|
String |
getDynamicData() |
Base64-encoded cryptogram from TSP.
|
String |
getEci() |
Electronic Commerce Indicator (e.g., '05', '07').
|
String |
getExpirationMonth() |
Token expiration month (e.g., '06').
|
String |
getExpirationYear() |
Token expiration year, four digits (e.g., '2028').
|
String |
getLastFour() |
Last four digits of the card number as displayed to cardholder.
|
String |
getNetwork() |
Card network.
|
String |
getPaymentAccountReference() |
Payment Account Reference — a stable reference to the underlying funding account.
|
String |
getToken() |
Base64-encoded RSA-OAEP encrypted token ciphertext.
|
int |
hashCode() |
|
MppCredentialsResponse200 |
lastFour(String lastFour) |
|
MppCredentialsResponse200 |
network(String network) |
|
MppCredentialsResponse200 |
paymentAccountReference(String paymentAccountReference) |
|
void |
setDynamicData(String dynamicData) |
|
void |
setEci(String eci) |
|
void |
setExpirationMonth(String expirationMonth) |
|
void |
setExpirationYear(String expirationYear) |
|
void |
setLastFour(String lastFour) |
|
void |
setNetwork(String network) |
|
void |
setPaymentAccountReference(String paymentAccountReference) |
|
void |
setToken(String token) |
|
MppCredentialsResponse200 |
token(String token) |
|
String |
toString() |
public MppCredentialsResponse200 token(String token)
public String getToken()
public void setToken(String token)
public MppCredentialsResponse200 network(String network)
public String getNetwork()
public void setNetwork(String network)
public MppCredentialsResponse200 lastFour(String lastFour)
public String getLastFour()
public void setLastFour(String lastFour)
public MppCredentialsResponse200 expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public MppCredentialsResponse200 expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public MppCredentialsResponse200 dynamicData(String dynamicData)
public String getDynamicData()
public void setDynamicData(String dynamicData)
public MppCredentialsResponse200 eci(String eci)
public String getEci()
public void setEci(String eci)
public MppCredentialsResponse200 paymentAccountReference(String paymentAccountReference)
public String getPaymentAccountReference()
public void setPaymentAccountReference(String paymentAccountReference)
Copyright © 2026. All rights reserved.