Skip to content

Commit

Permalink
[MTDSA-1158] Update description for net vat due
Browse files Browse the repository at this point in the history
  • Loading branch information
dabd committed Oct 30, 2017
1 parent 4709902 commit 53a9f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/api/conf/1.0/schemas/submitVatReturn.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"example": "1000.45"
},
"netVatDue": {
"description": "Net VAT to be paid to Customs or reclaimed by you (Difference between boxes 3 and 4). Box (5) on VAT Return form.",
"$ref": "#/definitions/monetaryPosNeg",
"description": "The difference between boxes 3 and 4. Deduct the smaller from the larger and enter the difference in box 5. If the figure in box 3 is more than the figure in box 4, the difference is the amount you must pay.",
"$ref": "#/definitions/monetaryPos",
"example": "1000.45"
},
"totalValueSalesExVAT": {
Expand Down

0 comments on commit 53a9f23

Please sign in to comment.