 | ICartItemPreviousInvoiceTransactionDate Property |
The Transaction Date of the previous invoice that this cart item came from.
Will be null if
IsFromPreviousInvoice is
false.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
SyntaxDateTime PreviousInvoiceTransactionDate { get; }ReadOnly Property PreviousInvoiceTransactionDate As DateTime
Get
property DateTime PreviousInvoiceTransactionDate {
DateTime get ();
}abstract PreviousInvoiceTransactionDate : DateTime with get
Property Value
DateTime
See Also