public class GetIINDetailsResponse extends Object
| Constructor and Description |
|---|
GetIINDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardType()
The card's type as categorised by the payment method.
|
List<IINDetail> |
getCoBrands()
List of IIN details
|
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 |
setCardType(String value)
The card's type as categorised by the payment method.
|
void |
setCoBrands(List<IINDetail> value)
List of IIN details
|
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.
|
GetIINDetailsResponse |
withCardType(String value)
The card's type as categorised by the payment method.
|
GetIINDetailsResponse |
withCoBrands(List<IINDetail> value)
List of IIN details
|
GetIINDetailsResponse |
withCountryCode(String value)
The ISO 3166-1 alpha-2 country code of the country where the card was issued.
|
GetIINDetailsResponse |
withIsAllowedInContext(Boolean value)
Populated only if you submitted a payment context.
|
GetIINDetailsResponse |
withPaymentProductId(Integer value)
The payment product identifier associated with the card.
|
public String getCardType()
public void setCardType(String value)
public GetIINDetailsResponse withCardType(String value)
public GetIINDetailsResponse withCoBrands(List<IINDetail> value)
public String getCountryCode()
public void setCountryCode(String value)
public GetIINDetailsResponse withCountryCode(String value)
public Boolean getIsAllowedInContext()
public void setIsAllowedInContext(Boolean value)
public GetIINDetailsResponse withIsAllowedInContext(Boolean value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public GetIINDetailsResponse withPaymentProductId(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.