public class TmsBinLookupIssuerInformation extends Object
| Constructor and Description |
|---|
TmsBinLookupIssuerInformation() |
| Modifier and Type | Method and Description |
|---|---|
TmsBinLookupIssuerInformation |
accountPrefix(String accountPrefix) |
TmsBinLookupIssuerInformation |
binLength(String binLength) |
TmsBinLookupIssuerInformation |
country(String country) |
boolean |
equals(Object o) |
String |
getAccountPrefix()
This field contains the first 6 to 8 digits of a primary account number (PAN).
|
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.
|
int |
hashCode() |
TmsBinLookupIssuerInformation |
name(String name) |
TmsBinLookupIssuerInformation |
phoneNumber(String phoneNumber) |
void |
setAccountPrefix(String accountPrefix) |
void |
setBinLength(String binLength) |
void |
setCountry(String country) |
void |
setName(String name) |
void |
setPhoneNumber(String phoneNumber) |
String |
toString() |
public TmsBinLookupIssuerInformation name(String name)
public String getName()
public void setName(String name)
public TmsBinLookupIssuerInformation country(String country)
public String getCountry()
public void setCountry(String country)
public TmsBinLookupIssuerInformation binLength(String binLength)
public String getBinLength()
public void setBinLength(String binLength)
public TmsBinLookupIssuerInformation accountPrefix(String accountPrefix)
public String getAccountPrefix()
public void setAccountPrefix(String accountPrefix)
public TmsBinLookupIssuerInformation phoneNumber(String phoneNumber)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
Copyright © 2025. All rights reserved.