ArticleOrderWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class ArticleOrderWeb : ArticleBaseWeb
The ArticleOrderWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArticleOrderWeb |
Name | Description | |
---|---|---|
![]() | AgreementId |
If the line is related to a rental agreement then this property will carry the ID of the rental agreement.
|
![]() | Amount |
The total amount of the article
|
![]() | 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.
|
![]() | Count |
The count property is only relevant in a booking scenario. Fill this property with the requested number of articles.
(Inherited from ArticleBaseWeb.) |
![]() | 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.
|
![]() | LineDiscount |
The line discount of the article
|
![]() | 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.) |
![]() | Price |
The price of the article
|
![]() | 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.
|
![]() | Text |
A description of the article
|
![]() | Type |
Articles are divided into different types of articles in EasyBook.NET. Use this property to distinguish the different types.
|
![]() | Unit |
The unit type of the article. For instance pcs, or kg or kw/h.
|
![]() | Vat |
The VAT percentage of the article
|