Search Results for

    Show / Hide Table of Contents

    Class FindPayoutsParams

    Query parameters for Find payouts

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

    Properties

    Limit

    The maximum number of payouts 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.

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

    Offset

    The zero-based index of the first payout 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.