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

    Variable PriceBreakdownSchemaConst

    PriceBreakdownSchema: ZodObject<
        {
            list_price: ZodNumber;
            adjustments: ZodArray<ZodRecord<ZodString, ZodUnknown>>;
        },
        $loose,
    > = ...