Documentation / @facturometro/einvoice / 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? ​
optionalcurrencyId?: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? ​
optionalvalue?:string
Defined in: packages/core/src/model/common.types.generated.ts:5448
The amount, as a decimal string such as 100.00.