Class CustomerPaymentActivity

java.lang.Object
com.onlinepayments.domain.CustomerPaymentActivity

public class CustomerPaymentActivity extends Object
  • Constructor Details

    • CustomerPaymentActivity

      public CustomerPaymentActivity()
  • Method Details

    • getNumberOfPaymentAttemptsLast24Hours

      public Integer getNumberOfPaymentAttemptsLast24Hours()
      Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours
    • setNumberOfPaymentAttemptsLast24Hours

      public void setNumberOfPaymentAttemptsLast24Hours(Integer value)
      Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours
    • withNumberOfPaymentAttemptsLast24Hours

      public CustomerPaymentActivity withNumberOfPaymentAttemptsLast24Hours(Integer value)
      Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours
    • getNumberOfPaymentAttemptsLastYear

      public Integer getNumberOfPaymentAttemptsLastYear()
      Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months
    • setNumberOfPaymentAttemptsLastYear

      public void setNumberOfPaymentAttemptsLastYear(Integer value)
      Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months
    • withNumberOfPaymentAttemptsLastYear

      public CustomerPaymentActivity withNumberOfPaymentAttemptsLastYear(Integer value)
      Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months
    • getNumberOfPurchasesLast6Months

      public Integer getNumberOfPurchasesLast6Months()
      Number of successful purchases made by this customer with you in the last 6 months
    • setNumberOfPurchasesLast6Months

      public void setNumberOfPurchasesLast6Months(Integer value)
      Number of successful purchases made by this customer with you in the last 6 months
    • withNumberOfPurchasesLast6Months

      public CustomerPaymentActivity withNumberOfPurchasesLast6Months(Integer value)
      Number of successful purchases made by this customer with you in the last 6 months