public class Tmsv2TokenizedCard extends Object
| Constructor and Description |
|---|
Tmsv2TokenizedCard() |
| Modifier and Type | Method and Description |
|---|---|
Tmsv2TokenizedCard |
card(Tmsv2TokenizedCardCard card) |
boolean |
equals(Object o) |
Tmsv2TokenizedCardCard |
getCard()
Get card
|
String |
getCryptogram()
Value generated by the card association to be used alongside the network token for processing a payment.
|
String |
getEci()
Raw Electronic Commerce Indicator provided by the card association with the result of the cardholder authentication.
|
String |
getEnrollmentId()
Unique id to identify this PAN/ enrollment.
|
String |
getExpirationMonth()
Two-digit month in which the network token expires.
|
String |
getExpirationYear()
Four-digit year in which the network token expires.
|
String |
getId()
The Id of the Tokenized Card.
|
Tmsv2TokenizedCardMetadata |
getMetadata()
Get metadata
|
String |
getNumber()
The token requestor's network token for the provided PAN and consumer Id, if available.
|
String |
getObject()
The type.
|
String |
getPaymentAccountReference()
Payment account reference.
|
String |
getReason()
Indicates the reason why the network token provision request failed.
|
String |
getRequestorId()
11-digit identifier that uniquely identifies the Token Requestor.
|
String |
getSecurityCode()
Dynamic number generated by the card association to be used alongside the network token for processing a payment.
|
String |
getSource()
Source of the card details.
|
String |
getState()
State of the network token or network token provision.
|
String |
getTokenReferenceId()
Unique ID for netwrok token.
|
String |
getType()
The type of card (Card Network).
|
int |
hashCode() |
Tmsv2TokenizedCard |
metadata(Tmsv2TokenizedCardMetadata metadata) |
void |
setCard(Tmsv2TokenizedCardCard card) |
void |
setMetadata(Tmsv2TokenizedCardMetadata metadata) |
void |
setSource(String source) |
void |
setType(String type) |
Tmsv2TokenizedCard |
source(String source) |
String |
toString() |
Tmsv2TokenizedCard |
type(String type) |
public String getId()
public String getObject()
public Tmsv2TokenizedCard source(String source)
public String getSource()
public void setSource(String source)
public String getState()
public String getEnrollmentId()
public String getTokenReferenceId()
public String getNumber()
public String getExpirationMonth()
public String getExpirationYear()
public Tmsv2TokenizedCard type(String type)
public String getType()
public void setType(String type)
public String getReason()
public String getCryptogram()
public String getSecurityCode()
public String getEci()
public String getRequestorId()
public String getPaymentAccountReference()
public Tmsv2TokenizedCard card(Tmsv2TokenizedCardCard card)
public Tmsv2TokenizedCardCard getCard()
public void setCard(Tmsv2TokenizedCardCard card)
public Tmsv2TokenizedCard metadata(Tmsv2TokenizedCardMetadata metadata)
public Tmsv2TokenizedCardMetadata getMetadata()
public void setMetadata(Tmsv2TokenizedCardMetadata metadata)
Copyright © 2026. All rights reserved.