public class TmsEmbeddedInstrumentIdentifierTokenizedCard extends Object
| Constructor and Description |
|---|
TmsEmbeddedInstrumentIdentifierTokenizedCard() |
| Modifier and Type | Method and Description |
|---|---|
TmsEmbeddedInstrumentIdentifierTokenizedCard |
card(TmsEmbeddedInstrumentIdentifierTokenizedCardCard card) |
boolean |
equals(Object o) |
TmsEmbeddedInstrumentIdentifierTokenizedCardCard |
getCard()
Get card
|
String |
getCryptogram()
Generated value used in conjunction with the network token for making a payment.
|
String |
getEnrollmentId()
Unique Identifier for the enrolled PAN.
|
String |
getExpirationMonth()
Two-digit month in which the network token expires.
|
String |
getExpirationYear()
Four-digit year in which the network token expires.
|
String |
getNumber()
The token requestors network token
|
String |
getReason()
Issuers state for the network token Possible Values: - INVALID_REQUEST : The network token provision request contained invalid data.
|
String |
getState()
State of the network token or network token provision Possible Values: - ACTIVE : Network token is active.
|
String |
getTokenReferenceId()
Unique Identifier for the network token.
|
String |
getType()
The network token card association brand Possible Values: - visa - mastercard - americanexpress
|
int |
hashCode() |
void |
setCard(TmsEmbeddedInstrumentIdentifierTokenizedCardCard card) |
String |
toString() |
public TmsEmbeddedInstrumentIdentifierTokenizedCard()
public String getType()
public String getState()
public String getEnrollmentId()
public String getTokenReferenceId()
public String getReason()
public String getNumber()
public String getExpirationMonth()
public String getExpirationYear()
public String getCryptogram()
public TmsEmbeddedInstrumentIdentifierTokenizedCard card(TmsEmbeddedInstrumentIdentifierTokenizedCardCard card)
public TmsEmbeddedInstrumentIdentifierTokenizedCardCard getCard()
public void setCard(TmsEmbeddedInstrumentIdentifierTokenizedCardCard card)
Copyright © 2024. All rights reserved.