Click or drag to resize

AdditionalDayRentalEntity Class

Additional Day Rental Entity
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.CasualCustomerAdditionalDayRentalEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.CasualCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class AdditionalDayRentalEntity

The AdditionalDayRentalEntity type exposes the following members.

Constructors
  NameDescription
Public methodAdditionalDayRentalEntity
Initializes a new instance of the AdditionalDayRentalEntity class
Top
Properties
  NameDescription
Public propertyEndDate
Gets or sets the end date.
Public propertyPrice
Gets or sets the price.
Public propertyPriceId
Gets or sets the price identifier.
Public propertyPriceModifierId
Gets or sets the price modifier identifier.
Public propertyStartDate
Gets or sets the start date.
Top
See Also