ukraine-taxid-ex/README.md

20 lines
647 B
Markdown
Raw Permalink Normal View History

2024-12-10 05:20:08 +00:00
# UkraineTaxidEx
2024-12-10 04:45:10 +00:00
2024-12-10 05:20:08 +00:00
Library to parse and validate EDRPOU (unique 8-digit number that identifies legal entities in Ukraine registered in the official business register) and ITIN (unique identification number assigned to individuals for tax purposes)
## Installation
The package can be installed by adding `ukraine_tax_id` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ukraine_tax_id, "~> 0.1.3"}
2024-12-10 05:20:08 +00:00
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/ukraine_tax_id>.