Package com.onlinepayments.domain
Class IINDetail
java.lang.Object
com.onlinepayments.domain.IINDetail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe card's type as categorised by the payment method.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.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.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
-
IINDetail
public IINDetail()
-
-
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
-
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.
-