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.

Definition

Namespace: Ignition.Commerce.Accounting.History
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
string TransactionCode { get; }

Property Value

String

See Also