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

    Variable LimitedSeriesSchemaConst

    LimitedSeriesSchema: ZodObject<
        {
            total_installments: ZodNumber;
            starts: ZodOptional<ZodISODateTime>;
            ends: ZodOptional<ZodISODateTime>;
        },
        $loose,
    > = ...