Click or drag to resize

StoreTransactionCostCorrectionsSummary Property

Gets the cost corrections summary for the transaction.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ObjectCollection<TransactionCostCorrectionsSummaryEntry> CostCorrectionsSummary { get; }

Property Value

Type: ObjectCollectionTransactionCostCorrectionsSummaryEntry
The cost corrections summary.
See Also