Click or drag to resize

ConsumptionArticleOrderWeb Class

Data contract for specific details about consumption articles on an invoice (orderweb).
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 ConsumptionArticleOrderWeb : ArticleOrderWeb

The ConsumptionArticleOrderWeb type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAgreementId
If the line is related to a rental agreement then this property will carry the ID of the rental agreement.
(Inherited from ArticleOrderWeb.)
Public propertyAmount
The total amount of the article
(Inherited from ArticleOrderWeb.)
Public propertyArticleNo
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.)
Public propertyCalculatedFromLineNo
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.)
Public propertyCount
The count property is only relevant in a booking scenario. Fill this property with the requested number of articles.
(Inherited from ArticleBaseWeb.)
Public propertyCounterEnd
The end counter value
Public propertyCounterStart
The start counter value
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyIncludedInRentalPrice
Indicates if the amount of this article line was included in the rental price and hence included for the customer.
(Inherited from ArticleOrderWeb.)
Public propertyLineDiscount
The line discount of the article
(Inherited from ArticleOrderWeb.)
Public propertyLineNo
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.)
Public propertyMeterType
Consumption meter type
Public propertyPrice
The price of the article
(Inherited from ArticleOrderWeb.)
Public propertyPriceIntervalDate
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.)
Public propertyStatus
The ArticleOrderWeb status. Indicates what state the orderweb article line is in.
(Inherited from ArticleOrderWeb.)
Public propertyText
A description of the article
(Inherited from ArticleOrderWeb.)
Public propertyType
Articles are divided into different types of articles in EasyBook.NET. Use this property to distinguish the different types.
(Inherited from ArticleOrderWeb.)
Public propertyUnit
The unit type of the article. For instance pcs, or kg or kw/h.
(Inherited from ArticleOrderWeb.)
Public propertyVat
The VAT percentage of the article
(Inherited from ArticleOrderWeb.)
Top
See Also