package
Version:
v0.0.0-...-d724b4b
Opens a new window with list of versions in this module.
Published: Jan 18, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Address struct {
Address1 string `json:"address1"`
Address2 string `json:"address2"`
Address3 string `json:"address3"`
Address4 string `json:"address4"`
Postcode string `json:"postcode"`
Country string `json:"country"`
}
type Company struct {
ID int64 `json:"id"`
Name string `json:"name"`
VATNumber string `json:"vatNumber"`
Address Address `json:"address"`
}
type ID struct {
ID int64 `json:"id"`
}
ID is returned when a company is posted.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.