Click or drag to resize

OrderCombinationGroupDeferredOrderSummaryEntityOrderCombinationGroupItemSummaryLine Property

Gets or sets the site orders.

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<OrderCombinationGroupItemSummaryLineEntity> OrderCombinationGroupItemSummaryLine { get; set; }

Property Value

Type: IListOrderCombinationGroupItemSummaryLineEntity
The site orders.
See Also