Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bin ¶
type Bin struct {
BaseType
Type CompanyType
RegistrationDate time.Time
SpecialCompanyType SpecialCompanyType
// contains filtered or unexported fields
}
Bin it is document
type CompanyType ¶
type CompanyType int
const ( LegalResident CompanyType = 4 LegalNoResident CompanyType = 5 Individual CompanyType = 6 )
func (CompanyType) String ¶
func (i CompanyType) String() string
type GenderType ¶
type GenderType int
const ( Male GenderType = 0 Female GenderType = 1 )
const (
Unk GenderType = -1
)
func (GenderType) String ¶
func (i GenderType) String() string
type Iin ¶
type Iin struct {
BaseType
BirthDate time.Time
Gender GenderType
Century int
// contains filtered or unexported fields
}
Iin it is document
type SpecialCompanyType ¶
type SpecialCompanyType int
const ( HeadOffice SpecialCompanyType = 0 DepartOffice SpecialCompanyType = 1 Agency SpecialCompanyType = 2 Other SpecialCompanyType = 3 Farm SpecialCompanyType = 4 )
func (SpecialCompanyType) String ¶
func (i SpecialCompanyType) String() string
Click to show internal directories.
Click to hide internal directories.