Click or drag to resize

OrderCombinationGroupResultEntityPrices Property

Gets or sets the 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<OrderCombinationGroupPriceResultEntity> Prices { get; set; }

Property Value

Type: IListOrderCombinationGroupPriceResultEntity
The prices.
See Also