public class TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation() |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation |
binLength(String binLength) |
TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation |
country(String country) |
boolean |
equals(Object o) |
String |
getBinLength()
This field contains the length of the BIN.
|
String |
getCountry()
This field contains [2-character ISO Country Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf) for the issuer.
|
String |
getName()
This field contains the issuer name.
|
String |
getPhoneNumber()
This field contains the customer service phone number for the issuer.
|
String |
getTransactionInformation()
In a Mastercard Transaction, this field contains the unique identifier (Transaction Link ID) for the first transaction in a transaction life cycle.
|
int |
hashCode() |
TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation |
name(String name) |
TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation |
phoneNumber(String phoneNumber) |
void |
setBinLength(String binLength) |
void |
setCountry(String country) |
void |
setName(String name) |
void |
setPhoneNumber(String phoneNumber) |
void |
setTransactionInformation(String transactionInformation) |
String |
toString() |
TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation |
transactionInformation(String transactionInformation) |
public TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation()
public TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation name(String name)
public String getName()
public void setName(String name)
public TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation country(String country)
public String getCountry()
public void setCountry(String country)
public TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation binLength(String binLength)
public String getBinLength()
public void setBinLength(String binLength)
public TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation phoneNumber(String phoneNumber)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public TssV2TransactionsGet200ResponsePaymentInformationIssuerInformation transactionInformation(String transactionInformation)
public String getTransactionInformation()
public void setTransactionInformation(String transactionInformation)
Copyright © 2025. All rights reserved.