ancillary
November 12, 2025 · View on GitHub
Type: object
semantics [{'transmodel': 'ANCILLARY PRODUCT'}]
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
type | string | ||
id | ancillaryReference | ✓ | default string, full names etc (length 0-200) |
name | shortString | short string, display names (length 0-75) | |
description | longString | long string, memos etc (length 0-10.000) | |
product | productReference | default string, full names etc (length 0-200) | |
image | url | Link to an image of the ancillary | |
fee | fareStructure |
Detailed Properties
-
type(string) - optional
value: "ancillary" -
id(ancillaryReference) - required
default string, full names etc (length 0-200) -
name(shortString) - optional
short string, display names (length 0-75) -
description(longString) - optional
long string, memos etc (length 0-10.000) -
product(productReference) - optional
default string, full names etc (length 0-200) -
image(url) - optional
Link to an image of the ancillary -
fee(fareStructure) - optional
Example
{
"type": "ancillary",
"id": "b6e03978-699e-4b57-82e1-31653afcb359",
"name": "Simple bike"
}