ims-db
    Preparing search index...

    Variable TaxRateCreateOwnConst

    TaxRateCreateOwn: ZodObject<
        {
            effectiveFrom: ZodISODateTime;
            fixedRate: ZodCoercedNumber<unknown>;
            jurisdictionId: ZodCoercedNumber<unknown>;
            percentRate: ZodCoercedNumber<unknown>;
            productTypeId: ZodCoercedNumber<unknown>;
            readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...

    TaxRateCreateOwn schema (Thu Nov 13 2025)