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
6 changes: 0 additions & 6 deletions bin/cli_products.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,4 @@
sync: false,
async: true,
},
"us-w9" => {
description: "W9",
doc_class: Mindee::Product::US::W9::W9V1,
sync: true,
async: false,
},
}
21 changes: 0 additions & 21 deletions docs/code_samples/us_w9_v1.txt

This file was deleted.

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

> 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/global_products/financial_document_v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
* **rate** (`Float`): the tax rate applied to an item can be expressed as a percentage. Can be `nil`.
* **code** (`String`): tax code (or equivalent, depending on the origin of the document). Can be `nil`.
* **base** (`Float`): base amount used for the tax. Can be `nil`.
* **value** (`Float`): the value of the tax. Can be `nil`.

> 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/global_products/invoices_v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ Aside from the basic `Field` attributes, the tax field `TaxField` also implement
* **rate** (`Float`): the tax rate applied to an item can be expressed as a percentage. Can be `nil`.
* **code** (`String`): tax code (or equivalent, depending on the origin of the document). Can be `nil`.
* **base** (`Float`): base amount used for the tax. Can be `nil`.
* **value** (`Float`): the value of the tax. Can be `nil`.

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

This file was deleted.

1 change: 0 additions & 1 deletion lib/mindee/product.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@
require_relative 'product/us/healthcare_card/healthcare_card_v1'
require_relative 'product/us/us_mail/us_mail_v2'
require_relative 'product/us/us_mail/us_mail_v3'
require_relative 'product/us/w9/w9_v1'
47 changes: 0 additions & 47 deletions lib/mindee/product/us/w9/w9_v1.rb

This file was deleted.

15 changes: 0 additions & 15 deletions lib/mindee/product/us/w9/w9_v1_document.rb

This file was deleted.

Loading