Class GetIINDetailsResponse

java.lang.Object
com.onlinepayments.domain.GetIINDetailsResponse

public class GetIINDetailsResponse extends Object
  • Constructor Details

    • GetIINDetailsResponse

      public GetIINDetailsResponse()
  • 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 GetIINDetailsResponse withCardType(String value)
      The card's type as categorised by the payment method. Possible values are:
      • Credit
      • Debit
      • Prepaid
    • getCoBrands

      public List<IINDetail> getCoBrands()
      List of IIN details
    • setCoBrands

      public void setCoBrands(List<IINDetail> value)
      List of IIN details
    • withCoBrands

      public GetIINDetailsResponse withCoBrands(List<IINDetail> value)
      List of IIN details
    • getCountryCode

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

      public void setCountryCode(String value)
      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

      public GetIINDetailsResponse withCountryCode(String value)
      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

      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 GetIINDetailsResponse 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 GetIINDetailsResponse withPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.