Package com.onlinepayments.domain
Class CustomerPaymentActivity
java.lang.Object
com.onlinepayments.domain.CustomerPaymentActivity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNumber of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hoursNumber of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 monthsNumber of successful purchases made by this customer with you in the last 6 monthsvoidNumber of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hoursvoidNumber of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 monthsvoidNumber of successful purchases made by this customer with you in the last 6 monthsNumber of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hoursNumber of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 monthsNumber of successful purchases made by this customer with you in the last 6 months
-
Constructor Details
-
CustomerPaymentActivity
public CustomerPaymentActivity()
-
-
Method Details
-
getNumberOfPaymentAttemptsLast24Hours
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours -
setNumberOfPaymentAttemptsLast24Hours
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours -
withNumberOfPaymentAttemptsLast24Hours
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours -
getNumberOfPaymentAttemptsLastYear
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months -
setNumberOfPaymentAttemptsLastYear
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months -
withNumberOfPaymentAttemptsLastYear
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months -
getNumberOfPurchasesLast6Months
Number of successful purchases made by this customer with you in the last 6 months -
setNumberOfPurchasesLast6Months
Number of successful purchases made by this customer with you in the last 6 months -
withNumberOfPurchasesLast6Months
Number of successful purchases made by this customer with you in the last 6 months
-