Search Results for

    Show / Hide Table of Contents

    Class PaymentReferences

    Inheritance
    object
    PaymentReferences
    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 PaymentReferences

    Properties

    MerchantOrderId

    Your order ID for this transaction that is also returned in our report files

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

    MerchantReference

    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

    PaymentReference

    Payment Reference generated by WebCollect

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

    ProviderId

    Provides an additional means of reconciliation for Gateway merchants

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

    ProviderMerchantId

    Provides an additional means of reconciliation, this is the MerchantId used at the provider

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

    ProviderReference

    Provides an additional means of reconciliation for Gateway merchants

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

    ReferenceOrigPayment

    When you did not supply a merchantReference for your payment, you need to fill this property with the reference of the original payment when you want to refund it

    Declaration
    public string ReferenceOrigPayment { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.