Click or drag to resize

AdditionalDayRentalPriceEntity Class

Additional Day Rental Price
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.CasualCustomerAdditionalDayRentalPriceEntity

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 AdditionalDayRentalPriceEntity : IntegrationEntity

The AdditionalDayRentalPriceEntity type exposes the following members.

Constructors
  NameDescription
Public methodAdditionalDayRentalPriceEntity
Initializes a new instance of the AdditionalDayRentalPriceEntity class.
Public methodAdditionalDayRentalPriceEntity(Object)
Initializes a new instance of the AdditionalDayRentalPriceEntity class.
Top
Properties
  NameDescription
Public propertyPrice
Gets or sets the price.
Public propertyPriceId
Gets or sets the price identifier.
Public propertyPriceIncVAT
Gets or sets the price inc vat.
Public propertyPriceModifierId
Gets or sets the Price Modifier Identifier
Public propertyPromotionCode
Gets or sets the promotion code.
Top
See Also