Skip to content

Commit 58e5175

Browse files
authored
Merge pull request #54 from jamesottinger/taxid
brk: renamed "vat_number" to "tax_id" - /account endpoints
2 parents c5a1379 + ed9fe2f commit 58e5175

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/objects/account.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ schema:
4949
type: String
5050
description: Phone number associated with the account. Required format is 123-456-7890.
5151
value: 555-555-1212
52-
vat_number:
52+
tax_id:
5353
type: String
5454
value: null
5555
description: >
56-
Your VAT identification number, for tax calculations in some countries. If
57-
you do not live in a country that collects VAT, this should be null.
56+
Your tax identification, for tax calculations in some countries. If
57+
you do not live in a country that collects tax, this should be null.
5858
balance:
5959
type: Float
6060
description: This account's balance (in US Dollars).

0 commit comments

Comments
 (0)