 | IHistoricalPaymentTransactionCode Property |
Transaction code, which can be used to correlate all payments made together, at a single point in time.
Will be
null if
HasBeenAppliedToInvoice is
false, as the "transaction" in question represents the application of the payment to an invoice.
Namespace: Ignition.Commerce.Accounting.HistoryAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxstring TransactionCode { get; }ReadOnly Property TransactionCode As String
Get
property String^ TransactionCode {
String^ get ();
}abstract TransactionCode : string with get
Property Value
String
See Also