common

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2020 License: MIT Imports: 1 Imported by: 0

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 Addresses added in v1.4.0

type Addresses []Address

Addresses from getAddresses

type ObjAttribute added in v1.4.0

type ObjAttribute struct {
	AttributeName  string `json:"attributeName"`
	AttributeType  string `json:"attributeType"`
	AttributeValue string `json:"attributeValue"`
}

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

type StatusBulk struct {
	RequestName string `json:"requestName"`
	RequestID   string `json:"requestID"`
	Status
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL