Skip to content
Merged
Show file tree
Hide file tree
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
21 changes: 0 additions & 21 deletions docs/code_samples/proof_of_address_v1.txt

This file was deleted.

21 changes: 0 additions & 21 deletions docs/code_samples/us_w9_v1.txt

This file was deleted.

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

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

Expand Down
1 change: 1 addition & 0 deletions docs/financial_document_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
* **rate** (`number`): the tax rate applied to an item can be expressed as a percentage. Can be `undefined`.
* **code** (`string`): tax code (or equivalent, depending on the origin of the document). Can be `undefined`.
* **base** (`number`): base amount used for the tax. Can be `undefined`.
* **value** (`number`): the value of the tax. Can be `null`.

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

Expand Down
1 change: 1 addition & 0 deletions docs/invoices_v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
* **rate** (`number`): the tax rate applied to an item can be expressed as a percentage. Can be `undefined`.
* **code** (`string`): tax code (or equivalent, depending on the origin of the document). Can be `undefined`.
* **base** (`number`): base amount used for the tax. Can be `undefined`.
* **value** (`number`): the value of the tax. Can be `null`.

> Note: currently `TaxField` is not used on its own, and is accessed through a parent `Taxes` object, an array-like structure.
Expand Down
214 changes: 0 additions & 214 deletions docs/proof_of_address_v1.md

This file was deleted.

Loading