IHistoricalPaymentTransactionDate Property
The transaction date for this payment.
This is not necessarily the date the payment was entered into netFORUM, but is the "official" date of the transaction for accounting purposes. As such, this date may be in the future.
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.3454
DateTime? TransactionDate { get; }
ReadOnly Property TransactionDate As DateTime?
Get
property Nullable<DateTime> TransactionDate {
Nullable<DateTime> get ();
}
abstract TransactionDate : Nullable<DateTime> with get
Property Value
NullableDateTime