Class IINDetail

java.lang.Object
com.onlinepayments.domain.IINDetail

public class IINDetail extends Object
  • Constructor Details

    • IINDetail

      public IINDetail()
  • Method Details

    • getCardType

      public String getCardType()
      The card's type as categorised by the payment method. Possible values are:
      • Credit
      • Debit
      • Prepaid
    • setCardType

      public void setCardType(String value)
      The card's type as categorised by the payment method. Possible values are:
      • Credit
      • Debit
      • Prepaid
    • withCardType

      public IINDetail withCardType(String value)
      The card's type as categorised by the payment method. Possible values are:
      • Credit
      • Debit
      • Prepaid
    • getIsAllowedInContext

      public Boolean 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

      public void setIsAllowedInContext(Boolean value)
      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

      public IINDetail withIsAllowedInContext(Boolean value)
      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

      public Integer getPaymentProductId()
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • setPaymentProductId

      public void setPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.
    • withPaymentProductId

      public IINDetail withPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.