This class is tha same as a GTFS Agency and Netex Authority.
| name | data type | description |
|---|---|---|
| name | string | |
| url | string | |
| timezone | string | |
| lang | string | |
| phone | string | |
| fareUrl | string | |
| brandingUrl | string | |
Properties inherited from TransitEntity |
||
| id | FeedScopedId | |
Example
{
"name" : "...",
"url" : "...",
"timezone" : "...",
"lang" : "...",
"phone" : "...",
"fareUrl" : "...",
"brandingUrl" : "...",
"id" : {
"feedId" : "...",
"id" : "..."
}
}