 | OrderCombinationGroupResultEntityProcessingPrices Property |
Gets or sets the processing prices.
Namespace:
AMCS.Elemos.IntegrationService.Entity.CasualCustomer.OrderCombinationGroup
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<OrderCombinationGroupProcessingPriceResultEntity> ProcessingPrices { get; set; }
Public Property ProcessingPrices As IList(Of OrderCombinationGroupProcessingPriceResultEntity)
Get
Set
Property Value
Type:
IListOrderCombinationGroupProcessingPriceResultEntity
The processing prices.
See Also