gis-tools-ts - v0.6.0
    Preparing search index...

    Interface GBFSSystemPricingPlansV10

    GBFS System Pricing Plans Schema V1.0 Interface

    interface GBFSSystemPricingPlansV10 {
        data: {
            plans: {
                currency: string;
                description: string;
                is_taxable: number;
                name: string;
                plan_id: string;
                price: number;
                url?: string;
            }[];
        };
        last_updated: number;
        ttl: number;
    }
    Index

    Properties

    Properties

    data: {
        plans: {
            currency: string;
            description: string;
            is_taxable: number;
            name: string;
            plan_id: string;
            price: number;
            url?: string;
        }[];
    }

    Data containing pricing plans of the system.

    last_updated: number

    Last time the data in the feed was updated in POSIX time.

    ttl: number

    Number of seconds before the data in the feed will be updated again.