mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36: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"`
|
||||
PhotoURL string `json:"photoUrl,omitempty"`
|
||||
CustomFields map[string]string `json:"customFields,omitempty,brackets"`
|
||||
Tags []Tag `json:"tags,brackets,omitempty"`
|
||||
}
|
||||
|
||||
// CorporateCustomer type
|
||||
|
Loading…
Reference in New Issue
Block a user