@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface ProposalCommercialTerms<TPurchase>

    interface ProposalCommercialTerms<
        TPurchase extends ProposalPurchase = ProposalPurchase,
    > {
        brand: Record<string, unknown>;
        purchases: TPurchase[];
        start_time: string;
        end_time: string;
        total_budget?: { amount: number; currency: string };
    }

    Type Parameters

    Index

    Properties

    brand: Record<string, unknown>
    purchases: TPurchase[]
    start_time: string
    end_time: string
    total_budget?: { amount: number; currency: string }