Skip to content

Commit d3f5c84

Browse files
⚰️ remove support for ProofOfAddress & US W9 (#340)
1 parent bc9ea91 commit d3f5c84

23 files changed

+3
-887
lines changed

docs/code_samples/proof_of_address_v1.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/code_samples/us_w9_v1.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/expense_receipts_v5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
197197
* **rate** (`number`): the tax rate applied to an item can be expressed as a percentage. Can be `undefined`.
198198
* **code** (`string`): tax code (or equivalent, depending on the origin of the document). Can be `undefined`.
199199
* **base** (`number`): base amount used for the tax. Can be `undefined`.
200+
* **value** (`number`): the value of the tax. Can be `null`.
200201

201202
> Note: currently `TaxField` is not used on its own, and is accessed through a parent `Taxes` object, an array-like structure.
202203

docs/financial_document_v1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
241241
* **rate** (`number`): the tax rate applied to an item can be expressed as a percentage. Can be `undefined`.
242242
* **code** (`string`): tax code (or equivalent, depending on the origin of the document). Can be `undefined`.
243243
* **base** (`number`): base amount used for the tax. Can be `undefined`.
244+
* **value** (`number`): the value of the tax. Can be `null`.
244245

245246
> Note: currently `TaxField` is not used on its own, and is accessed through a parent `Taxes` object, an array-like structure.
246247

docs/invoices_v4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
229229
* **rate** (`number`): the tax rate applied to an item can be expressed as a percentage. Can be `undefined`.
230230
* **code** (`string`): tax code (or equivalent, depending on the origin of the document). Can be `undefined`.
231231
* **base** (`number`): base amount used for the tax. Can be `undefined`.
232+
* **value** (`number`): the value of the tax. Can be `null`.
232233

233234
> Note: currently `TaxField` is not used on its own, and is accessed through a parent `Taxes` object, an array-like structure.
234235

docs/proof_of_address_v1.md

Lines changed: 0 additions & 214 deletions
This file was deleted.

0 commit comments

Comments
 (0)