Journey class 
Signature:
typescript
export declare class JourneyConstructors 
| Constructor | Modifiers | Description | 
|---|---|---|
| Constructs a new instance of the  | 
Properties 
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| Date | Arrival time | ||
| Date | Departure time | ||
| If the journey has disruptions return the disruptions | |||
| number | Duration of the journey | ||
| string | Return the journey id | ||
| Price of the journey | |||
| string | Return value if status is define | ||
| 
 | Step[] | Get the steps of the journey | |
| number | Transfers of the journey | ||
| string | Define the journey average |