Click or drag to resize

IntermediationAgreementWeb Class

Data contract base class for details concerning an intermediation agreement between the rental agency and an owner.
Inheritance Hierarchy

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class IntermediationAgreementWeb : IntermediationAgreementBaseWeb

The IntermediationAgreementWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContact
The contactperson associated with this agreement. Can be one of the owners or a different person.
Public propertyDefaultArrivalDay
The default arrival day for the rental object
Public propertyFlexiblePrices
Has the owner joined the flexible prices agreement or not
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyOwners
A list of owners. Please note: The first owner in the collection is always the primary owner.
Public propertyRentalObjectNo
The Rental object that this agreement applies to
(Inherited from IntermediationAgreementBaseWeb.)
Public propertyServiceOptions
A list of configured serviceoptions for the agreement.
Public propertyState
State for this interval
(Inherited from IntermediationAgreementBaseWeb.)
Public propertyStatus
Status for this interval
(Inherited from IntermediationAgreementBaseWeb.)
Public propertyTermsOfNoticeDate
Up to this date the current intermediation interval can be terminated at the normal expiry date of the interval. This also marks the date where the next draft interval is finalized.
Public propertyVacationTypes
The available and configured vacation types. If a vacation type is not configured then the list of week or dateintervals is empty.
Public propertyValidFrom
Start date
(Inherited from IntervalWeb.)
Public propertyValidTo
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.)
Top
See Also