Search Results for

    Show / Hide Table of Contents

    Class CustomerPaymentActivity

    Inheritance
    object
    CustomerPaymentActivity
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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?
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.