Search Results for

    Show / Hide Table of Contents

    Class PayoutReferences

    Inheritance
    object
    PayoutReferences
    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.Payout.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class PayoutReferences

    Properties

    InvoiceNumber

    Your invoice number (on printed invoice) that is also returned in our report files

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

    MerchantOrderId

    Order Identifier generated by the merchant
    Note: This does not need to have a unique value for each transaction

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

    MerchantReference

    Note that the maximum length of this field for transactions processed on the GlobalCollect platform is 30.
    Your unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files.
    Declaration
    public string MerchantReference { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.