public class TmsTokenFormats extends Object
| Constructor and Description |
|---|
TmsTokenFormats() |
| Modifier and Type | Method and Description |
|---|---|
TmsTokenFormats |
customer(String customer) |
boolean |
equals(Object o) |
String |
getCustomer()
Format for customer tokens.
|
String |
getInstrumentIdentifierBankAccount()
Format for bank account based instrument identifier tokens.
|
String |
getInstrumentIdentifierCard()
Format for card based instrument identifier tokens.
|
String |
getPaymentInstrument()
Format for payment instrument tokens.
|
int |
hashCode() |
TmsTokenFormats |
instrumentIdentifierBankAccount(String instrumentIdentifierBankAccount) |
TmsTokenFormats |
instrumentIdentifierCard(String instrumentIdentifierCard) |
TmsTokenFormats |
paymentInstrument(String paymentInstrument) |
void |
setCustomer(String customer) |
void |
setInstrumentIdentifierBankAccount(String instrumentIdentifierBankAccount) |
void |
setInstrumentIdentifierCard(String instrumentIdentifierCard) |
void |
setPaymentInstrument(String paymentInstrument) |
String |
toString() |
public TmsTokenFormats customer(String customer)
public String getCustomer()
public void setCustomer(String customer)
public TmsTokenFormats paymentInstrument(String paymentInstrument)
public String getPaymentInstrument()
public void setPaymentInstrument(String paymentInstrument)
public TmsTokenFormats instrumentIdentifierCard(String instrumentIdentifierCard)
public String getInstrumentIdentifierCard()
public void setInstrumentIdentifierCard(String instrumentIdentifierCard)
public TmsTokenFormats instrumentIdentifierBankAccount(String instrumentIdentifierBankAccount)
public String getInstrumentIdentifierBankAccount()
public void setInstrumentIdentifierBankAccount(String instrumentIdentifierBankAccount)
Copyright © 2025. All rights reserved.