Interface TripsByNameOptions

interface TripsByNameOptions {
    additionalFilters?: Filter[];
    currentlyStoppingAt?: string;
    fromWhen?: Date;
    lineName?: string;
    onlyCurrentlyRunning?: boolean;
    operatorNames?: string[];
    products?: Products;
    untilWhen?: Date;
    when?: Date;
}

Properties

additionalFilters?: Filter[]
currentlyStoppingAt?: string
fromWhen?: Date
lineName?: string
onlyCurrentlyRunning?: boolean
operatorNames?: string[]
products?: Products
untilWhen?: Date
when?: Date

departure date, undefined corresponds to Date.Now

Default

undefined

Generated using TypeDoc