Variables

UnitPrice

declaration

const UnitPrice: z.ZodObject<{ price: z.ZodObject<{ amount: z.ZodNumber; currency: z.ZodString; }, z.core.$strip>; quantity: z.ZodObject<{ unit: z.ZodCustom<MeasurementUnit, MeasurementUnit>; value: z.ZodNumber; }, z.core.$strip>; reference: z.ZodObject<{ unit: z.ZodCustom<MeasurementUnit, MeasurementUnit>; value: z.ZodNumber; }, z.core.$strip>; }, z.core.$strip>

This object descibes a unit-price, e.g. 13.99 EUR / 100g

See