Class SurchargeCalculationCard

java.lang.Object
com.onlinepayments.domain.SurchargeCalculationCard

public class SurchargeCalculationCard extends Object
  • Constructor Details

    • SurchargeCalculationCard

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