Skip to content

Commit e4284ed

Browse files
update doc & CLI
1 parent 4376b2b commit e4284ed

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

bin/cli_products.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,4 @@
163163
sync: false,
164164
async: true,
165165
},
166-
"us-w9" => {
167-
description: "W9",
168-
doc_class: Mindee::Product::US::W9::W9V1,
169-
sync: true,
170-
async: false,
171-
},
172166
}

docs/global_products/expense_receipts_v5.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
227227
* **rate** (`Float`): the tax rate applied to an item can be expressed as a percentage. Can be `nil`.
228228
* **code** (`String`): tax code (or equivalent, depending on the origin of the document). Can be `nil`.
229229
* **base** (`Float`): base amount used for the tax. Can be `nil`.
230+
* **value** (`Float`): the value of the tax. Can be `nil`.
230231

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

docs/global_products/financial_document_v1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
272272
* **rate** (`Float`): the tax rate applied to an item can be expressed as a percentage. Can be `nil`.
273273
* **code** (`String`): tax code (or equivalent, depending on the origin of the document). Can be `nil`.
274274
* **base** (`Float`): base amount used for the tax. Can be `nil`.
275+
* **value** (`Float`): the value of the tax. Can be `nil`.
275276

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

docs/global_products/invoices_v4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
260260
* **rate** (`Float`): the tax rate applied to an item can be expressed as a percentage. Can be `nil`.
261261
* **code** (`String`): tax code (or equivalent, depending on the origin of the document). Can be `nil`.
262262
* **base** (`Float`): base amount used for the tax. Can be `nil`.
263+
* **value** (`Float`): the value of the tax. Can be `nil`.
263264

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

0 commit comments

Comments
 (0)