package TaxSystemCode type TaxSystemCode int const ( GENERAL = iota + 1 USN_INCOME USN_INCOME_MINUS_EXPENCES ENVD ESN PATENT )