Click or drag to resize

RentalAgreementStateWeb Enumeration

Rental agreement states.

Namespace:  Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:  Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum RentalAgreementStateWeb
Members
  Member nameValueDescription
TemporaryRent0 The rental agreement is temporary because the first payment has not been recorded and hence it can be cancelled.
AcceptedRent1 The rental agreement is permanent because the first payment has been recorded and hence it can not be cancelled without cause.
None2 It is attached to a credit note line or a credited line.
Cancelled3 A cancelled rental agreement.
TemporaryRerent4 The rental agreement is a re-rental. It is temporary because the first payment has not been recorded and hence it can be cancelled.
AcceptedRerent5 The rental agreement is a re-rental. It is permanent because the first payment has been recorded and hence it can not be cancelled without cause.
See Also