Package com.onlinepayments.domain
Class GetIINDetailsResponse
java.lang.Object
com.onlinepayments.domain.GetIINDetailsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe card's type as categorised by the payment method.List of IIN detailsThe ISO 3166-1 alpha-2 country code of the country where the card was issued.Populated only if you submitted a payment context.Payment product identifier - Please see Products documentation for a full overview of possible values.voidsetCardType(String value) The card's type as categorised by the payment method.voidsetCoBrands(List<IINDetail> value) List of IIN detailsvoidsetCountryCode(String value) The ISO 3166-1 alpha-2 country code of the country where the card was issued.voidsetIsAllowedInContext(Boolean value) Populated only if you submitted a payment context.voidsetPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.withCardType(String value) The card's type as categorised by the payment method.withCoBrands(List<IINDetail> value) List of IIN detailswithCountryCode(String value) The ISO 3166-1 alpha-2 country code of the country where the card was issued.withIsAllowedInContext(Boolean value) Populated only if you submitted a payment context.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.
-
Constructor Details
-
GetIINDetailsResponse
public GetIINDetailsResponse()
-
-
Method Details
-
getCardType
The card's type as categorised by the payment method. Possible values are:- Credit
- Debit
- Prepaid
-
setCardType
The card's type as categorised by the payment method. Possible values are:- Credit
- Debit
- Prepaid
-
withCardType
The card's type as categorised by the payment method. Possible values are:- Credit
- Debit
- Prepaid
-
getCoBrands
List of IIN details -
setCoBrands
List of IIN details -
withCoBrands
List of IIN details -
getCountryCode
The ISO 3166-1 alpha-2 country code of the country where the card was issued. If we do not know where the card was issued, then the countryCode will return the value '99'. -
setCountryCode
The ISO 3166-1 alpha-2 country code of the country where the card was issued. If we do not know where the card was issued, then the countryCode will return the value '99'. -
withCountryCode
The ISO 3166-1 alpha-2 country code of the country where the card was issued. If we do not know where the card was issued, then the countryCode will return the value '99'. -
getIsAllowedInContext
Populated only if you submitted a payment context.- true - The payment product is allowed in the submitted context.
- false - The payment product is not allowed in the submitted context. Note that in this case, none of the brands of the card will be allowed in the submitted context.
-
setIsAllowedInContext
Populated only if you submitted a payment context.- true - The payment product is allowed in the submitted context.
- false - The payment product is not allowed in the submitted context. Note that in this case, none of the brands of the card will be allowed in the submitted context.
-
withIsAllowedInContext
Populated only if you submitted a payment context.- true - The payment product is allowed in the submitted context.
- false - The payment product is not allowed in the submitted context. Note that in this case, none of the brands of the card will be allowed in the submitted context.
-
getPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
setPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values. -
withPaymentProductId
Payment product identifier - Please see Products documentation for a full overview of possible values.
-