The reference number to be added to a transaction when processed through a payment gateway.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string ReferenceNumber { get; set; } |
| Visual Basic |
|---|
Public Property ReferenceNumber As String Get Set |
| Visual C++ |
|---|
public: property String^ ReferenceNumber { String^ get (); void set (String^ value); } |
Field Value
Normally the Order Number of the order associated with the payment (automatically set for orders) but could be any other reference value (e.g., for payments that are not associated with orders)
Remarks
This is optional. If it is supplied, some payment processors (e.g., Verisign)
will put it as a reference number on the gateway provider transaction. This will help in subsequent
payment reconciliation.