enrich account

v0.1.38 v0.1.38
Vernon Keenan 2021-01-27 18:04:29 -08:00
parent 1c63381dba
commit 0cd421f2fb
1 changed files with 5 additions and 2 deletions

View File

@ -20,13 +20,11 @@ type AccountActivityWrapper struct {
CannabisCustomer bool
CompanyID string
CoordinateID string
Coordinate Coordinate
CustomerID string
CustomerPriority string
DBA string
DefaultAddress Address
DefaultBackendID string
DefaultBackend Backend
DefaultDeliveryContactID string
DefaultDeliveryContact string
DefaultEndUserID string
@ -73,6 +71,7 @@ type Account struct {
Balance float64
BillingAddress *Address
BillingContactID string
BillingContact *Contact
BillingPreference string
BusinessAddress *Address
CannabisCustomer bool
@ -81,6 +80,7 @@ type Account struct {
ClientEndDate sql.NullTime
ClientStartDate sql.NullTime
CompanyID string
Coordinate *Coordinate
CoordinateID string
CreatedByID string
CreatedDate sql.NullTime
@ -90,6 +90,7 @@ type Account struct {
DBA string
DefaultAddress *Address
DefaultBackendID string
DefaultBackend *Backend
DefaultDeliveryContactID string
DefaultEndUserID string
Description string
@ -113,6 +114,7 @@ type Account struct {
NumberOfLocations int64
OpenCharges float64
OrderContactID string
OrderContact *Contact
OrderEmail string
OwnerID string
Ownership string
@ -130,6 +132,7 @@ type Account struct {
ShippingAddress *Address
ShippingCensusTract string
ShippingContactID string
ShippingContact *Contact
ShippingCounty string
SIC string
SicDesc string