mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
fix Customer struct
This commit is contained in:
parent
84a002991f
commit
05ac38e199
@ -149,6 +149,7 @@ type Customer struct {
|
|||||||
MgCustomerID string `json:"mgCustomerId,omitempty"`
|
MgCustomerID string `json:"mgCustomerId,omitempty"`
|
||||||
PhotoURL string `json:"photoUrl,omitempty"`
|
PhotoURL string `json:"photoUrl,omitempty"`
|
||||||
CustomFields map[string]string `json:"customFields,omitempty,brackets"`
|
CustomFields map[string]string `json:"customFields,omitempty,brackets"`
|
||||||
|
Tags []Tag `json:"tags,brackets,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CorporateCustomer type
|
// CorporateCustomer type
|
||||||
|
Loading…
Reference in New Issue
Block a user