Click or drag to resize

RepeatedRentalIntervalWeb Class

Data contract for holding a repeated rental interval. Repeated rental intervals are used on intermediation agreement to register repeated owner blockings across intermediation agreements.
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 RepeatedRentalIntervalWeb : RentalIntervalWeb

The RepeatedRentalIntervalWeb type exposes the following members.

Constructors
  NameDescription
Public methodRepeatedRentalIntervalWeb
Top
Properties
  NameDescription
Public propertyBusinessPartnerId
ID of the business partner attached to this rental interval
(Inherited from RentalIntervalWeb.)
Public propertyBusinessPartnerName
Name of the business partner that is linked by the BusinessPartnerId
(Inherited from RentalIntervalWeb.)
Public propertyBusinessPartnerType
The type of the business partner
(Inherited from RentalIntervalWeb.)
Public propertyCancellationDate
Only defined on rentalintervals which has the status of cancelled, and where owner gets paid. Describes the createddate of the crediting invoice
(Inherited from RentalIntervalWeb.)
Public propertyComment
A comment attached to a closed RentalInterval.
(Inherited from RentalIntervalWeb.)
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIntermediationAgreementId
Holds the Id of the intermediation agreement that references this repeated blocking
Public propertyInvoiceNo
ID of an invoice that is visualized by this RentalInterval
(Inherited from RentalIntervalWeb.)
Public propertyType
The type of the RentalInterval
(Inherited from RentalIntervalWeb.)
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