public class TssV2TransactionsGet200ResponsePaymentInformationCard extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponsePaymentInformationCard() |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsGet200ResponsePaymentInformationCard |
accountEncoderId(String accountEncoderId) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
brandName(String brandName) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
currency(String currency) |
boolean |
equals(Object o) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
expirationMonth(String expirationMonth) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
expirationYear(String expirationYear) |
String |
getAccountEncoderId()
Identifier for the issuing bank that provided the customer's encoded account number.
|
String |
getBrandName()
This field contains the card brand name.
|
String |
getCurrency()
This field indicates the 3-letter [ISO Standard Currency Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf) for the card currency.
|
String |
getExpirationMonth()
Two-digit month in which the payment card expires.
|
String |
getExpirationYear()
Four-digit year in which the payment card expires.
|
String |
getIssueNumber()
Number of times a Maestro (UK Domestic) card has been issued to the account holder.
|
String |
getPrefix()
Bank Identification Number (BIN).
|
String |
getStartMonth()
Month of the start of the Maestro (UK Domestic) card validity period.
|
String |
getStartYear()
Year of the start of the Maestro (UK Domestic) card validity period.
|
String |
getSuffix()
Last four digits of the cardholder's account number.
|
String |
getType()
Three-digit value that indicates the card type.
|
String |
getUseAs()
Flag that specifies the type of account associated with the card.
|
int |
hashCode() |
TssV2TransactionsGet200ResponsePaymentInformationCard |
issueNumber(String issueNumber) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
prefix(String prefix) |
void |
setAccountEncoderId(String accountEncoderId) |
void |
setBrandName(String brandName) |
void |
setCurrency(String currency) |
void |
setExpirationMonth(String expirationMonth) |
void |
setExpirationYear(String expirationYear) |
void |
setIssueNumber(String issueNumber) |
void |
setPrefix(String prefix) |
void |
setStartMonth(String startMonth) |
void |
setStartYear(String startYear) |
void |
setSuffix(String suffix) |
void |
setType(String type) |
void |
setUseAs(String useAs) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
startMonth(String startMonth) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
startYear(String startYear) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
suffix(String suffix) |
String |
toString() |
TssV2TransactionsGet200ResponsePaymentInformationCard |
type(String type) |
TssV2TransactionsGet200ResponsePaymentInformationCard |
useAs(String useAs) |
public TssV2TransactionsGet200ResponsePaymentInformationCard()
public TssV2TransactionsGet200ResponsePaymentInformationCard suffix(String suffix)
public String getSuffix()
public void setSuffix(String suffix)
public TssV2TransactionsGet200ResponsePaymentInformationCard prefix(String prefix)
public String getPrefix()
public void setPrefix(String prefix)
public TssV2TransactionsGet200ResponsePaymentInformationCard expirationMonth(String expirationMonth)
public String getExpirationMonth()
public void setExpirationMonth(String expirationMonth)
public TssV2TransactionsGet200ResponsePaymentInformationCard expirationYear(String expirationYear)
public String getExpirationYear()
public void setExpirationYear(String expirationYear)
public TssV2TransactionsGet200ResponsePaymentInformationCard startMonth(String startMonth)
public String getStartMonth()
public void setStartMonth(String startMonth)
public TssV2TransactionsGet200ResponsePaymentInformationCard startYear(String startYear)
public String getStartYear()
public void setStartYear(String startYear)
public TssV2TransactionsGet200ResponsePaymentInformationCard issueNumber(String issueNumber)
public String getIssueNumber()
public void setIssueNumber(String issueNumber)
public TssV2TransactionsGet200ResponsePaymentInformationCard type(String type)
public String getType()
public void setType(String type)
public TssV2TransactionsGet200ResponsePaymentInformationCard brandName(String brandName)
public String getBrandName()
public void setBrandName(String brandName)
public TssV2TransactionsGet200ResponsePaymentInformationCard currency(String currency)
public String getCurrency()
public void setCurrency(String currency)
public TssV2TransactionsGet200ResponsePaymentInformationCard accountEncoderId(String accountEncoderId)
public String getAccountEncoderId()
public void setAccountEncoderId(String accountEncoderId)
public TssV2TransactionsGet200ResponsePaymentInformationCard useAs(String useAs)
public String getUseAs()
public void setUseAs(String useAs)
Copyright © 2025. All rights reserved.