ConsumptionArticleOrderWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class ConsumptionArticleOrderWeb : ArticleOrderWeb
The ConsumptionArticleOrderWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConsumptionArticleOrderWeb |
Name | Description | |
---|---|---|
![]() | AgreementId |
If the line is related to a rental agreement then this property will carry the ID of the rental agreement.
(Inherited from ArticleOrderWeb.) |
![]() | Amount |
The total amount of the article
(Inherited from ArticleOrderWeb.) |
![]() | ArticleNo |
The article number of the article. The article number is a unique number that identifies the article or extra serviec that the agency offers.
(Inherited from ArticleBaseWeb.) |
![]() | CalculatedFromLineNo |
The related order line number of the line. If applicable. Some lines are dependent on other lines (i.e. discounts).
The number represents the [!:LineNo] of the line that this line is dependent on.
(Inherited from ArticleOrderWeb.) |
![]() | Count |
The count property is only relevant in a booking scenario. Fill this property with the requested number of articles.
(Inherited from ArticleBaseWeb.) |
![]() | CounterEnd |
The end counter value
|
![]() | CounterStart |
The start counter value
|
![]() | Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) |
![]() | IncludedInRentalPrice |
Indicates if the amount of this article line was included in the rental price and hence included for the customer.
(Inherited from ArticleOrderWeb.) |
![]() | LineDiscount |
The line discount of the article
(Inherited from ArticleOrderWeb.) |
![]() | LineNo |
The order line number of the article. If applicable.
Is and should remain null in all cases except when returned from the service method "OrderInfo" or when calling service method UpdateOrder.
See also remarks.
(Inherited from ArticleBaseWeb.) |
![]() | MeterType |
Consumption meter type
|
![]() | Price |
The price of the article
(Inherited from ArticleOrderWeb.) |
![]() | PriceIntervalDate |
The property is only relevant for either the Booking or the UpdateOrder methods and for articles of the type Ticket.
Fill this property with PriceExampleWeb.ValidFrom date to select an alternative price/validity interval.
If this property is NOT filled out the price/validity interval containing the arrival date will be selected.
(Inherited from ArticleBaseWeb.) |
![]() | Status |
The ArticleOrderWeb status. Indicates what state the orderweb article line is in.
(Inherited from ArticleOrderWeb.) |
![]() | Text |
A description of the article
(Inherited from ArticleOrderWeb.) |
![]() | Type |
Articles are divided into different types of articles in EasyBook.NET. Use this property to distinguish the different types.
(Inherited from ArticleOrderWeb.) |
![]() | Unit |
The unit type of the article. For instance pcs, or kg or kw/h.
(Inherited from ArticleOrderWeb.) |
![]() | Vat |
The VAT percentage of the article
(Inherited from ArticleOrderWeb.) |