public class TokenizedcardRequest extends Object
| Constructor and Description |
|---|
TokenizedcardRequest() |
| Modifier and Type | Method and Description |
|---|---|
TokenizedcardRequest |
accountReferenceId(String accountReferenceId) |
TokenizedcardRequest |
card(Tmsv2TokenizedCardCard card) |
TokenizedcardRequest |
consumerId(String consumerId) |
Boolean |
CreateInstrumentIdentifier()
Specifies whether the InstrumentId should be created (true) or not (false).
|
TokenizedcardRequest |
createInstrumentIdentifier(Boolean createInstrumentIdentifier) |
boolean |
equals(Object o) |
String |
getAccountReferenceId()
An identifier provided by the issuer for the account.
|
Tmsv2TokenizedCardCard |
getCard()
Get card
|
String |
getConsumerId()
Identifier of the consumer within the wallet.
|
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.
|
Tmsv2TokenizedCardLinks |
getLinks()
Get links
|
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.
|
Tmsv2TokenizedCardPasscode |
getPasscode()
Get passcode
|
String |
getPaymentAccountReference()
Payment account reference.
|
String |
getReason()
Issuers state for the network token Possible Values: - INVALID_REQUEST : The network token provision request contained invalid data.
|
String |
getRequestorId()
11-digit identifier that uniquely identifies the Token Requestor.
|
String |
getSecurityCode()
4-digit number generated by the card association to be used alogside the network token for processing a payment.
|
String |
getSource()
Source of the payment instrument.
|
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() |
TokenizedcardRequest |
links(Tmsv2TokenizedCardLinks links) |
TokenizedcardRequest |
metadata(Tmsv2TokenizedCardMetadata metadata) |
TokenizedcardRequest |
passcode(Tmsv2TokenizedCardPasscode passcode) |
void |
setAccountReferenceId(String accountReferenceId) |
void |
setCard(Tmsv2TokenizedCardCard card) |
void |
setConsumerId(String consumerId) |
void |
setCreateInstrumentIdentifier(Boolean createInstrumentIdentifier) |
void |
setLinks(Tmsv2TokenizedCardLinks links) |
void |
setMetadata(Tmsv2TokenizedCardMetadata metadata) |
void |
setPasscode(Tmsv2TokenizedCardPasscode passcode) |
void |
setSource(String source) |
void |
setType(String type) |
TokenizedcardRequest |
source(String source) |
String |
toString() |
TokenizedcardRequest |
type(String type) |
public TokenizedcardRequest links(Tmsv2TokenizedCardLinks links)
public Tmsv2TokenizedCardLinks getLinks()
public void setLinks(Tmsv2TokenizedCardLinks links)
public String getId()
public String getObject()
public TokenizedcardRequest accountReferenceId(String accountReferenceId)
public String getAccountReferenceId()
public void setAccountReferenceId(String accountReferenceId)
public TokenizedcardRequest consumerId(String consumerId)
public String getConsumerId()
public void setConsumerId(String consumerId)
public TokenizedcardRequest createInstrumentIdentifier(Boolean createInstrumentIdentifier)
public Boolean CreateInstrumentIdentifier()
public void setCreateInstrumentIdentifier(Boolean createInstrumentIdentifier)
public TokenizedcardRequest source(String source)
public String getSource()
public void setSource(String source)
public String getState()
public String getReason()
public String getNumber()
public String getExpirationMonth()
public String getExpirationYear()
public TokenizedcardRequest type(String type)
public String getType()
public void setType(String type)
public String getCryptogram()
public String getSecurityCode()
public String getEci()
public String getRequestorId()
public String getEnrollmentId()
public String getTokenReferenceId()
public String getPaymentAccountReference()
public TokenizedcardRequest card(Tmsv2TokenizedCardCard card)
public Tmsv2TokenizedCardCard getCard()
public void setCard(Tmsv2TokenizedCardCard card)
public TokenizedcardRequest passcode(Tmsv2TokenizedCardPasscode passcode)
public Tmsv2TokenizedCardPasscode getPasscode()
public void setPasscode(Tmsv2TokenizedCardPasscode passcode)
public TokenizedcardRequest metadata(Tmsv2TokenizedCardMetadata metadata)
public Tmsv2TokenizedCardMetadata getMetadata()
public void setMetadata(Tmsv2TokenizedCardMetadata metadata)
Copyright © 2025. All rights reserved.