Skip to content

Documentation / @facturometro/core / UncheckedQuantity

Interface: UncheckedQuantity ​

Defined in: packages/core/src/model/common.types.generated.ts:5463

A quantity: a decimal with its unit of measure (unitCode).

Parser output for Quantity: every property is optional and codes are plain strings, because nothing has been validated yet.

Properties ​

unitCode? ​

optional unitCode?: string

Defined in: packages/core/src/model/common.types.generated.ts:5473

Attribute unitCode.

Codelist ​

UNECERec20 https://docs.peppol.eu/poacc/billing/3.0/codelist/UNECERec20/


value? ​

optional value?: string

Defined in: packages/core/src/model/common.types.generated.ts:5467

The quantity, as a decimal string such as 1 or 2.5.

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.