RentalIntervalWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class RentalIntervalWeb : IntervalWeb
The RentalIntervalWeb type exposes the following members.
| Name | Description | |
|---|---|---|
| RentalIntervalWeb |
| Name | Description | |
|---|---|---|
| BusinessPartnerId |
ID of the business partner attached to this rental interval
| |
| BusinessPartnerName |
Name of the business partner that is linked by the BusinessPartnerId | |
| BusinessPartnerType |
The type of the business partner
| |
| CancellationDate |
Only defined on rentalintervals which has the status of cancelled, and where owner gets paid.
Describes the createddate of the crediting invoice
| |
| Comment |
A comment attached to a closed RentalInterval.
| |
| Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) | |
| InvoiceNo |
ID of an invoice that is visualized by this RentalInterval
| |
| Type |
The type of the RentalInterval
| |
| ValidFrom |
Start date
(Inherited from IntervalWeb.) | |
| ValidTo |
End date. If null, the interval is seen as having no expiration.
(Inherited from IntervalWeb.) |