Skip to content

Commit 075800e

Browse files
authored
Merge pull request #7 from Dorthu/feature/vat-number
Documents VAT number
2 parents d1493c7 + 3af4451 commit 075800e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/objects/account.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ schema:
6060
type: String
6161
description: The Longview Pro tier you are currently subscribed to.
6262
value: null
63+
vat_number:
64+
type: String
65+
value: null
66+
description: >
67+
Your VAT identification number, for tax calculations in some countries. If
68+
you do not live in a country that collects VAT, this should be null.

0 commit comments

Comments
 (0)