View Source UkraineTaxidEx.Itin (ukraine_tax_id v0.1.1)

Documentation for UkraineTaxidEx.Itin.

The ITIN is a unique 10-digit number that identifies individuals in Ukraine. It is issued to all individuals when they are registered in the official tax register. The Individual Taxpayer Identification Number (ITIN) is an automated system that collects, stores, and processes data on individuals in Ukraine.

Summary

Functions

Returns the length of the code.

Types

gender()

@type gender() :: 0 | 1

t()

@type t() :: %UkraineTaxidEx.Itin{
  birth_date: Date.t(),
  check_digit: C.digit(),
  check_sum: C.digit(),
  code: String.t(),
  gender: gender(),
  number: integer()
}

Functions

length()

@spec length() :: non_neg_integer()

Returns the length of the code.