TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface CurrentPrices

    interface CurrentPrices {
        addons: { name: string; price: number }[];
        analysis: Price[];
        data_records: Price[];
        email: Price[];
        input: Price[];
        output: Price[];
        plans: { name: string; price: number }[];
        sms: Price[];
    }
    Index

    Properties

    addons: { name: string; price: number }[]
    analysis: Price[]
    data_records: Price[]
    email: Price[]
    input: Price[]
    output: Price[]
    plans: { name: string; price: number }[]
    sms: Price[]