 | 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)
Syntaxpublic IList<OrderCombinationGroupPriceResultEntity> Prices { get; set; }
Public Property Prices As IList(Of OrderCombinationGroupPriceResultEntity)
Get
Set
Property Value
Type:
IListOrderCombinationGroupPriceResultEntity
The prices.
See Also