Uses of Class
com.onlinepayments.domain.CustomerPaymentActivity
Packages that use CustomerPaymentActivity
-
Uses of CustomerPaymentActivity in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CustomerPaymentActivityModifier and TypeMethodDescriptionCustomerAccount.getPaymentActivity()Object containing data on the purchase history of the customer with youCustomerPaymentActivity.withNumberOfPaymentAttemptsLast24Hours(Integer value) Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hoursCustomerPaymentActivity.withNumberOfPaymentAttemptsLastYear(Integer value) Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 monthsCustomerPaymentActivity.withNumberOfPurchasesLast6Months(Integer value) Number of successful purchases made by this customer with you in the last 6 monthsMethods in com.onlinepayments.domain with parameters of type CustomerPaymentActivityModifier and TypeMethodDescriptionvoidCustomerAccount.setPaymentActivity(CustomerPaymentActivity value) Object containing data on the purchase history of the customer with youCustomerAccount.withPaymentActivity(CustomerPaymentActivity value) Object containing data on the purchase history of the customer with you