Class CustomerPaymentActivity
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class CustomerPaymentActivity
Properties
NumberOfPaymentAttemptsLast24Hours
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 24 hours
Declaration
public int? NumberOfPaymentAttemptsLast24Hours { get; set; }
Property Value
Type | Description |
---|---|
int? |
NumberOfPaymentAttemptsLastYear
Number of payment attempts (so including unsuccessful ones) made by this customer with you in the last 12 months
Declaration
public int? NumberOfPaymentAttemptsLastYear { get; set; }
Property Value
Type | Description |
---|---|
int? |
NumberOfPurchasesLast6Months
Number of successful purchases made by this customer with you in the last 6 months
Declaration
public int? NumberOfPurchasesLast6Months { get; set; }
Property Value
Type | Description |
---|---|
int? |