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

    Variable FlatFeePricingSchemaConst

    FlatFeePricingSchema: ZodObject<
        {
            model: ZodLiteral<"flat_fee">;
            amount: ZodNumber;
            period: ZodUnion<
                readonly [
                    ZodLiteral<"monthly">,
                    ZodLiteral<"quarterly">,
                    ZodLiteral<"annual">,
                    ZodLiteral<"campaign">,
                ],
            >;
            currency: ZodString;
            ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
        },
        $loose,
    > = ...