Class PayoutReferences
Inherited Members
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 |