Click or drag to resize

OrderCombinationGroupingSiteOrderSummaryEntityRentals Property

Gets or sets the rentals.

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<SiteOrderItemRentalSummaryEntity> Rentals { get; set; }

Property Value

Type: IListSiteOrderItemRentalSummaryEntity
The rentals.
See Also