TTMSFNCTollCostRequest Class
Represents a single toll cost request and its result.
API unit family: TMSFNCTollCost
Inherits from: TCollectionItem
Syntax
TTMSFNCTollCostRequest = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | Stores custom boolean data associated with the item. |
| DataInteger | Stores custom integer data associated with the item. |
| DataObject | Stores a custom object associated with the item. |
| DataPointer | Stores custom pointer data associated with the item. |
| DataString | Stores custom string data associated with the item. |
| ErrorMessage | Error message returned by the service when the request fails. |
| ID | Identifier associated with the item or request. |
| Items | Provides access to the TTMSFNCTollCostStep at the specified collection index. |
| Status | Status returned by the service for the request. |
| TravelMode | Travel mode used to calculate the result. |