Fare is a set of fares for different classes of users.
| name | data type | description |
|---|---|---|
| fare | object | A mapping from FareType to Money. |
| details | object | A mapping from FareType to a list of FareComponent. |
Example
{
"fare" : {
"property1" : "...",
"property2" : "..."
},
"details" : {
"property1" : "...",
"property2" : "..."
}
}