Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Address ¶ added in v1.4.0
type Address struct {
AddressID int `json:"addressID"`
OwnerID int `json:"ownerID"`
TypeID interface{} `json:"typeID"`
Address2 string `json:"address2"`
Address string `json:"address"`
Street string `json:"street"`
PostalCode string `json:"postalCode"`
City string `json:"city"`
State string `json:"state"`
Country string `json:"country"`
}
Address from getAddresses
type ObjAttribute ¶ added in v1.4.0
type Status ¶
type Status struct {
Request string `json:"request"`
RequestUnixTime int `json:"requestUnixTime"`
ResponseStatus string `json:"responseStatus"`
ErrorCode errors.ApiError `json:"errorCode"`
ErrorField string `json:"errorField"`
GenerationTime float64 `json:"generationTime"`
RecordsTotal int `json:"recordsTotal"`
RecordsInResponse int `json:"recordsInResponse"`
}
type StatusBulk ¶
Click to show internal directories.
Click to hide internal directories.