Variable TaxRateFieldConst
TaxRateField: ZodEnum<
{
createdAt: "createdAt";
deletedAt: "deletedAt";
description: "description";
effectiveFrom: "effectiveFrom";
effectiveTo: "effectiveTo";
fixedRate: "fixedRate";
id: "id";
jurisdictionId: "jurisdictionId";
percentRate: "percentRate";
productTypeId: "productTypeId";
readonly: "readonly";
updatedAt: "updatedAt";
updatedById: "updatedById";
},
> = ...
TaxRateField schema (Thu Nov 13 2025)