Models

VATSubtotal

Properties

NameTypeRequiredDescription
taxableAmountstringYesDecimal number as a string with 2 decimal places. Example: "21.00"
vatAmountstringYesDecimal number as a string with 2 decimal places. Example: "21.00"
categoryAE | E | S | Z | G | O | K | L | M | BYesVAT category code. All codes can be found here. When sending regular invoices, you should most often use the S category. When sending an invoice to another EU country, use the AE category for VAT Reverse Charge. In those cases, it is still recommended to include a note in the invoice explaining that the VAT Reverse Charge applies. Example: "S". Values: AE, E, S, Z, G, O, K, L, M, B
percentagestringYesDecimal number as a string with 2 decimal places. Example: "21.00"
exemptionReasonCodestring | nullNoIf the invoice is exempt from VAT, this (or exemptionReason) is required. The exemption reason code identifier must belong to the CEF VATEX code list found here
exemptionReasonstring | nullNoIf the invoice is exempt from VAT, this (or exemptionReasonCode) is required. The exemption reason must be a textual statement of the reason why the amount is exempt from VAT or why no VAT is charged

On this page