Skip to content

Documentation / @facturometro/einvoice / UncheckedTaxTotal

Interface: UncheckedTaxTotal ​

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

TAX TOTAL.

When tax currency code is provided, two instances of the tax total must be present, but only one with tax subtotal.

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

Rules ​

PEPPOL-EN16931-R054

See ​

Properties ​

taxAmount? ​

optional taxAmount?: UncheckedAmount

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

BT-110, BT-111 Invoice total VAT amount, Invoice total VAT amount in accounting currency.

The total VAT amount for the Invoice or the VAT total amount expressed in the accounting currency accepted or required in the country of the Seller. Must be rounded to maximum 2 decimals

Attribute currencyID: Mandatory attribute. Use BT-5 or BT-6.

Cardinality ​

1..1

Rules ​

BR-53, BR-CO-14, BR-DEC-13, BR-DEC-15, UBL-DT-01, BR-CL-03

Codelist ​

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

Rules ​

currencyID: PEPPOL-EN16931-CL007, PEPPOL-EN16931-R051

See ​


taxSubtotal? ​

optional taxSubtotal?: UncheckedTaxSubtotal[]

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

BG-23 VAT BREAKDOWN.

A group of business terms providing information about VAT breakdown by different categories, rates and exemption reasons

Cardinality ​

0..n

Rules ​

PEPPOL-EN16931-R053, BR-CO-18, BR-O-11

See ​

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