public class InlineResponse2011TokenizedCard extends Object
| Constructor and Description |
|---|
InlineResponse2011TokenizedCard() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2011TokenizedCard |
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.
|
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() |
void |
setCard(Tmsv2TokenizedCardCard card) |
void |
setSource(String source) |
void |
setType(String type) |
InlineResponse2011TokenizedCard |
source(String source) |
String |
toString() |
InlineResponse2011TokenizedCard |
type(String type) |
public String getId()
public String getObject()
public InlineResponse2011TokenizedCard 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 InlineResponse2011TokenizedCard 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 InlineResponse2011TokenizedCard card(Tmsv2TokenizedCardCard card)
public Tmsv2TokenizedCardCard getCard()
public void setCard(Tmsv2TokenizedCardCard card)
Copyright © 2026. All rights reserved.