Skip to content

brk: renamed "vat_number" to "tax_id" - /account endpoints #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/data/objects/account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ schema:
type: String
description: Phone number associated with the account. Required format is 123-456-7890.
value: 555-555-1212
vat_number:
tax_id:
type: String
value: null
description: >
Your VAT identification number, for tax calculations in some countries. If
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.
balance:
type: Float
description: This account's balance (in US Dollars).
Expand Down