Search Results for

    Show / Hide Table of Contents

    Class FindPaymentsParams

    Query parameters for Find payments

    Inheritance
    object
    AbstractParamRequest
    FindPaymentsParams
    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.Merchant.Payments
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class FindPaymentsParams : AbstractParamRequest

    Properties

    HostedCheckoutId

    Your hosted checkout identifier to filter on.

    Declaration
    public string HostedCheckoutId { get; set; }
    Property Value
    Type Description
    string

    Limit

    The maximum number of payments to return, with a maximum of 100. If omitted, the limit will be 10.

    Declaration
    public int? Limit { get; set; }
    Property Value
    Type Description
    int?

    MerchantOrderId

    Your order identifier to filter on.

    Declaration
    public long? MerchantOrderId { get; set; }
    Property Value
    Type Description
    long?

    MerchantReference

    Your unique transaction reference to filter on. The maximum length is 52 characters for payments that are processed by WL Online Payment Acceptance platform.

    Declaration
    public string MerchantReference { get; set; }
    Property Value
    Type Description
    string

    Offset

    The zero-based index of the first payment in the result. If omitted, the offset will be 0.

    Declaration
    public int? Offset { get; set; }
    Property Value
    Type Description
    int?

    Methods

    ToRequestParameters()

    Declaration
    public override IEnumerable<RequestParam> ToRequestParameters()
    Returns
    Type Description
    IEnumerable<RequestParam>
    Overrides
    AbstractParamRequest.ToRequestParameters()
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.