Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Corporation ¶
type Corporation struct { SequenceNumber string `xml:"sequenceNumber"` CorporateNumber string `xml:"corporateNumber"` Process string `xml:"process"` // UpdateDate time.Time `xml:"updateDate"` UpdateDate string `xml:"updateDate"` // ChangeDate time.Time `xml:"changeDate"` ChangeDate string `xml:"changeDate"` Name string `xml:"name"` PrefectureName string `xml:"prefectureName"` CityName string `xml:"cityName"` StreetNumber string `xml:"streetNumber"` Furigana string `xml:"furigana"` }
Corporation company info https://www.houjin-bangou.nta.go.jp/download/
type Corporations ¶
type Corporations struct { XMLName xml.Name `xml:"corporations"` Corporations []Corporation `xml:"corporation"` }
Click to show internal directories.
Click to hide internal directories.