Skip to content

Documentation / @facturometro/core / UncheckedAmount

Interface: UncheckedAmount ​

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

An amount: a decimal with the currency it is expressed in (currencyID).

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

Properties ​

currencyId? ​

optional currencyId?: string

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

Attribute currencyID.

Codelist ​

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


value? ​

optional value?: string

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

The amount, as a decimal string such as 100.00.

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