package VatCodes type VatCode int const ( WithoutNDS = iota + 1 NDS_0 NDS_10 NDS_20 NDS_10_FOR_110 NDS_20_FOR_120 )