@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface FlatFeePricing

    Fixed charge per billing period, regardless of impressions or spend. Used for licensed data bundles and audience subscriptions.

    interface FlatFeePricing {
        model: "flat_fee";
        amount: number;
        period: "campaign" | "monthly" | "quarterly" | "annual";
        currency: string;
        ext?: ExtensionObject;
    }
    Index

    Properties

    model: "flat_fee"
    amount: number

    Fixed charge for the billing period

    period: "campaign" | "monthly" | "quarterly" | "annual"

    Billing period for the flat fee.

    currency: string

    ISO 4217 currency code

    ext?: ExtensionObject