public class CustomerPaymentActivity extends Object
| Constructor and Description |
|---|
CustomerPaymentActivity() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNumberOfPaymentAttemptsLast24Hours()
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours
|
Integer |
getNumberOfPaymentAttemptsLastYear()
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months
|
Integer |
getNumberOfPurchasesLast6Months()
Number of successful purchases made by this customer with you in the last 6 months
|
void |
setNumberOfPaymentAttemptsLast24Hours(Integer value)
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours
|
void |
setNumberOfPaymentAttemptsLastYear(Integer value)
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months
|
void |
setNumberOfPurchasesLast6Months(Integer value)
Number of successful purchases made by this customer with you in the last 6 months
|
CustomerPaymentActivity |
withNumberOfPaymentAttemptsLast24Hours(Integer value)
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours
|
CustomerPaymentActivity |
withNumberOfPaymentAttemptsLastYear(Integer value)
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months
|
CustomerPaymentActivity |
withNumberOfPurchasesLast6Months(Integer value)
Number of successful purchases made by this customer with you in the last 6 months
|
public Integer getNumberOfPaymentAttemptsLast24Hours()
public void setNumberOfPaymentAttemptsLast24Hours(Integer value)
public CustomerPaymentActivity withNumberOfPaymentAttemptsLast24Hours(Integer value)
public Integer getNumberOfPaymentAttemptsLastYear()
public void setNumberOfPaymentAttemptsLastYear(Integer value)
public CustomerPaymentActivity withNumberOfPaymentAttemptsLastYear(Integer value)
public Integer getNumberOfPurchasesLast6Months()
public void setNumberOfPurchasesLast6Months(Integer value)
public CustomerPaymentActivity withNumberOfPurchasesLast6Months(Integer value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.