TTMSFNCTollCost Class
Non-visual component that provides toll cost functionality.
API unit family: TMSFNCTollCost
Inherits from: TTMSFNCCustomTollCost
Syntax
TTMSFNCTollCost = class(TTMSFNCCustomTollCost)
Properties
| Name | Description |
|---|---|
| APIKey | API key used to authenticate requests to the service. (inherited from TTMSFNCCustomTollCost) |
| Options | Provides access to the options controlling the service request. (inherited from TTMSFNCCustomTollCost) |
| Service | Selects the service provider used to execute requests. (inherited from TTMSFNCCustomTollCost) |
| Token | Authentication token used by the service. (inherited from TTMSFNCCustomTollCost) |
| TollCostInstance | Provides the service instance used to execute toll cost requests. (inherited from TTMSFNCCustomTollCost) |
| TollCostProperties | Provides access to the toll cost service property provider. (inherited from TTMSFNCCustomTollCost) |
| TollCostRequests | Provides access to the collection of toll cost requests. (inherited from TTMSFNCCustomTollCost) |
| UserName | User name used to authenticate with the service. (inherited from TTMSFNCCustomTollCost) |
Events
| Name | Description |
|---|---|
| OnGetTollCost | Occurs when a toll cost request is sent. (inherited from TTMSFNCCustomTollCost) |
| OnGetTollCostResult | Occurs when a toll cost result is returned. (inherited from TTMSFNCCustomTollCost) |