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
}
Click to show internal directories.
Click to hide internal directories.