Click or drag to resize

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)
Syntax
public IList<OrderCombinationGroupProcessingPriceResultEntity> ProcessingPrices { get; set; }

Property Value

Type: IListOrderCombinationGroupProcessingPriceResultEntity
The processing prices.
See Also