models

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: GPL-3.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Company

type Company struct {
	Party
	TaxId    string                 `json:"TaxId" bson:"TaxId"`
	DBA      string                 `json:"DBA" bson:"DBA"`
	Contacts []commonModels.Contact `json:"Contacts" bson:"Contacts"`
}

type Party

type Party struct {
	RollupId        *string                     `json:"RollupId" bson:"RollupId"`
	PhysicalAddress locationModels.AddressModel `json:"PhysicalAddress" bson:"PhysicalAddress"`
	MailingAddress  locationModels.AddressModel `json:"MailingAddress" bson:"MailingAddress"`
	commonModels.Contact
}

type Person

type Person struct {
	Party
	FirstName string `json:"FirstName" bson:"FirstName"`
	LastName  string `json:"LastName" bson:"LastName"`
	Title     string `json:"Title" bson:"Title"`
}

Jump to

Keyboard shortcuts

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