Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Represents a details line in an invoice or quotation.

Contained as a collection in Invoice Document Record

totalExVat

Total excluding VAT.

decimal

totalExVatBase

Total invoice line amounts excluding discounts. Excluding VAT.

decimal

vatRate

Applicable VAT rate. 0 is none.

decimal

totalVat

Total VAT amount. Equals vatRate * totalExVat.

decimal

total

Total amount including VAT. Equals totalExVat + totalVat.

decimal

EXAMPLES

Example payload:

{
    "totalExVat": 22.0000,
    "totalExVatBase": 22.0000,
    "totalVat": 3.9600,
    "vatRate": 18.0000,
    "total": 25.9600
}

  • No labels