We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5a1379 + ed9fe2f commit 58e5175Copy full SHA for 58e5175
src/data/objects/account.yaml
@@ -49,12 +49,12 @@ schema:
49
type: String
50
description: Phone number associated with the account. Required format is 123-456-7890.
51
value: 555-555-1212
52
- vat_number:
+ tax_id:
53
54
value: null
55
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.
+ Your tax identification, for tax calculations in some countries. If
+ you do not live in a country that collects tax, this should be null.
58
balance:
59
type: Float
60
description: This account's balance (in US Dollars).
0 commit comments