Class PaymentCreationReferences
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentCreationReferences
Properties
AdditionalReference
The additional reference identifier for this transaction. Data in this property will also be returned in our report files, allowing you to reconcile them.
Declaration
public string AdditionalReference { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalReference
The external reference identifier for this transaction. Data in this property will also be returned in our report files, allowing you to reconcile them.
Declaration
public string ExternalReference { get; set; }
Property Value
Type | Description |
---|---|
string |