@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface PlanBudget

    interface PlanBudget {
        total: number;
        currency: string;
        reallocation_threshold?: number;
        reallocation_unlimited?: boolean;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    total: number
    currency: string
    reallocation_threshold?: number
    reallocation_unlimited?: boolean