Skip to content

Documentation / @facturometro/einvoice / UncheckedBaseQuantity

Interface: UncheckedBaseQuantity ​

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

A quantity whose unit of measure (unitCode) is optional, such as the base quantity of a price.

Parser output for BaseQuantity: 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:5515

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:5509

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

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