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
Syntaxpublic ObjectCollection<TransactionCostCorrectionsSummaryEntry> CostCorrectionsSummary { get; }
Public ReadOnly Property CostCorrectionsSummary As ObjectCollection(Of TransactionCostCorrectionsSummaryEntry)
Get
public:
property ObjectCollection<TransactionCostCorrectionsSummaryEntry^>^ CostCorrectionsSummary {
ObjectCollection<TransactionCostCorrectionsSummaryEntry^>^ get ();
}
member CostCorrectionsSummary : ObjectCollection<TransactionCostCorrectionsSummaryEntry> with get
Property Value
Type:
ObjectCollectionTransactionCostCorrectionsSummaryEntry
The cost corrections summary.
See Also