ArticleBaseWeb Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class ArticleBaseWeb : DataContractEntityWeb
The ArticleBaseWeb type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArticleBaseWeb |
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | Count |
The count property is only relevant in a booking scenario. Fill this property with the requested number of articles.
|
![]() | Id |
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.) |
![]() | 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.
|
![]() | 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.
|