Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 549 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 549 Bytes

Tax Included

The extension indicates whether the value tax was included.

Overview

The field introduced by this extension is:

  • value/valueAddedTaxIncluded - A Yes/No field to indicate whether the value tax was included. It should be boolean value.

Examples

The following extract illustrates this property in use within the tender/value block.

{
    "tender": {
        "id": "SPA160032275",
        "value": {
          "currency": "GEL",
          "amount": 9800.0,
          "valueAddedTaxIncluded": true
        }
    },
}