Skip to content

ArseniySavin/IINBINGoCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This solution may checking our individual tax number, using official government algorithm. If number was checked true. We will be getting true value.

How to use

	chek, _ := iinbincheker.NewValidator("iin or bin")
	
	// validation
	res := chek.DirectValidating()
	
	// get tax number type
	_, doc := chek.Identify()
	iin, _ := doc.(*iinbindata.Iin)
    
	// get tax number data
	iinData := iin.Data()

Examples

About

Checking IIN or BIN generated in Kazakhstan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages