Class MobilePaymentData

java.lang.Object
com.onlinepayments.domain.MobilePaymentData

public class MobilePaymentData extends Object
  • Constructor Details

    • MobilePaymentData

      public MobilePaymentData()
  • Method Details

    • getDpan

      public String getDpan()
      The obfuscated DPAN. Only the last four digits are visible.
    • setDpan

      public void setDpan(String value)
      The obfuscated DPAN. Only the last four digits are visible.
    • withDpan

      public MobilePaymentData withDpan(String value)
      The obfuscated DPAN. Only the last four digits are visible.
    • getExpiryDate

      public String getExpiryDate()
      Expiry date of the tokenized card. Format: MMYY
    • setExpiryDate

      public void setExpiryDate(String value)
      Expiry date of the tokenized card. Format: MMYY
    • withExpiryDate

      public MobilePaymentData withExpiryDate(String value)
      Expiry date of the tokenized card. Format: MMYY