OperationBaseInvoice Property |
The merchant's invoice number for the transaction. xInvoice is recommended when available for improved duplicate handling.
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public string Invoice { get; set; }
Public Property Invoice As String
Get
Set
public:
property String^ Invoice {
String^ get ();
void set (String^ value);
}
member Invoice : string with get, set
Property Value
Type:
StringSee Also