Documentation
¶
Overview ¶
Package ifc is a library to handle Italian fiscal code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Person ¶
type Person struct {
// Surname is the last name of the person.
Surname string
// Name is the first name of the person.
Name string
// Sex can be 'M' or 'F'.
Sex byte
// BirthDate is the birth date in the format "YYYY-MM-DD".
BirthDate string
// BirthPlace is the Italian municipality or a country (in Italian language) if the birth place is outside of Italy.
BirthPlace string
}
Person represents personal data used in Italian fiscal code.
Click to show internal directories.
Click to hide internal directories.