public class GetIINDetailsResponse extends Object
Constructor and Description |
---|
GetIINDetailsResponse() |
Modifier and Type | Method and Description |
---|---|
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.
|
Integer |
getPaymentProductId()
The payment product identifier associated with the card.
|
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 |
setPaymentProductId(Integer value)
The payment product identifier associated with the card.
|
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 Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
Copyright © 2024 Worldline Global Collect. All rights reserved.