corp

package
v1.2.9 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2022 License: Unlicense Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CollectionCompany = "companies"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Company added in v1.1.2

type Company struct {
	ID              primitive.ObjectID `bson:"_id" json:"id"`
	Key             string             `bson:"key" json:"key"`
	Name            string             `bson:"name" json:"name"`
	Address1        string             `bson:"address1" json:"address1"`
	Address2        string             `bson:"address2" json:"address2"`
	Postcode        string             `bson:"postcode" json:"postcode"`
	City            string             `bson:"city" json:"city"`
	ContactName     string             `bson:"contactName" json:"contactName"`
	ContactEmail    string             `bson:"contactEmail" json:"contactEmail"`
	ContactPhone    string             `bson:"contactPhone" json:"contactPhone"`
	PartnerStoreKey string             `bson:"partnerStoreKey" json:"partnerStoreKey"`
}

type UIConfig

type UIConfig struct {
	AdyenClientKey string `json:"adyenClientKey"`
	AdyenUIEnv     string `json:"adyenUiEnv"`
}

Jump to

Keyboard shortcuts

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