public class GetIINDetailsResponse extends Object
| Constructor and Description |
|---|
GetIINDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinProductType()
Indicates the type or segments of consumer's BIN is issued.
|
List<IINDetail> |
getCoBrands()
Populated only if the card has multiple brands.
|
String |
getCountryCode()
The ISO 3166-1 alpha-2 country code of the country where the card was issued.
|
Boolean |
getIsAllowedInContext()
Populated only if you submitted a payment context.
|
String |
getIssuerName()
The name of the card issuer associated with the card.
|
Integer |
getPaymentProductId()
The payment product identifier associated with the card.
|
void |
setBinProductType(String value)
Indicates the type or segments of consumer's BIN is issued.
|
void |
setCoBrands(List<IINDetail> value)
Populated only if the card has multiple brands.
|
void |
setCountryCode(String value)
The ISO 3166-1 alpha-2 country code of the country where the card was issued.
|
void |
setIsAllowedInContext(Boolean value)
Populated only if you submitted a payment context.
|
void |
setIssuerName(String value)
The name of the card issuer associated with the card.
|
void |
setPaymentProductId(Integer value)
The payment product identifier associated with the card.
|
public String getBinProductType()
public void setBinProductType(String value)
public List<IINDetail> getCoBrands()
public void setCoBrands(List<IINDetail> value)
public String getCountryCode()
public void setCountryCode(String value)
public Boolean getIsAllowedInContext()
public void setIsAllowedInContext(Boolean value)
public String getIssuerName()
public void setIssuerName(String value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
Copyright © 2026 Worldline Global Collect. All rights reserved.