Class CardInfo

java.lang.Object
com.onlinepayments.domain.CardInfo

public class CardInfo extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses
    Payment product identifier - Please see Products documentation for a full overview of possible values.
    void
    The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses
    void
    Payment product identifier - Please see Products documentation for a full overview of possible values.
    The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses
    Payment product identifier - Please see Products documentation for a full overview of possible values.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CardInfo

      public CardInfo()
  • Method Details

    • getCardNumber

      public String getCardNumber()
      The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses
    • setCardNumber

      public void setCardNumber(String value)
      The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses
    • withCardNumber

      public CardInfo withCardNumber(String value)
      The complete credit/debit card number (also know as the PAN) The card number is always obfuscated in any of our responses
    • 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 CardInfo withPaymentProductId(Integer value)
      Payment product identifier - Please see Products documentation for a full overview of possible values.