mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-24 22:06:03 +03:00
closes #50 - add housing field to Address struct
This commit is contained in:
parent
baddbe95b2
commit
0daa3fe879
@ -46,6 +46,7 @@ type Address struct {
|
||||
Floor int `json:"floor,omitempty"`
|
||||
Block int `json:"block,omitempty"`
|
||||
House string `json:"house,omitempty"`
|
||||
Housing string `json:"housing,omitempty"`
|
||||
Metro string `json:"metro,omitempty"`
|
||||
Notes string `json:"notes,omitempty"`
|
||||
Text string `json:"text,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user