Class PaymentAccountOnFile

java.lang.Object
com.onlinepayments.domain.PaymentAccountOnFile

public class PaymentAccountOnFile extends Object
  • Constructor Details

    • PaymentAccountOnFile

      public PaymentAccountOnFile()
  • Method Details

    • getCreateDate

      public String getCreateDate()
      The date (YYYYMMDD) when the payment account on file was first created.

      In case a token is used for the transaction we will use the creation date of the token in our system in case you leave this property empty.

    • setCreateDate

      public void setCreateDate(String value)
      The date (YYYYMMDD) when the payment account on file was first created.

      In case a token is used for the transaction we will use the creation date of the token in our system in case you leave this property empty.

    • withCreateDate

      public PaymentAccountOnFile withCreateDate(String value)
      The date (YYYYMMDD) when the payment account on file was first created.

      In case a token is used for the transaction we will use the creation date of the token in our system in case you leave this property empty.

    • getNumberOfCardOnFileCreationAttemptsLast24Hours

      public Integer getNumberOfCardOnFileCreationAttemptsLast24Hours()
      Number of attempts made to add new card to the customer account in the last 24 hours
    • setNumberOfCardOnFileCreationAttemptsLast24Hours

      public void setNumberOfCardOnFileCreationAttemptsLast24Hours(Integer value)
      Number of attempts made to add new card to the customer account in the last 24 hours
    • withNumberOfCardOnFileCreationAttemptsLast24Hours

      public PaymentAccountOnFile withNumberOfCardOnFileCreationAttemptsLast24Hours(Integer value)
      Number of attempts made to add new card to the customer account in the last 24 hours