Skip to content
Snippets Groups Projects

feat/us847 consents city

Merged Bastien DUMONT requested to merge feat/US847-consents-city into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -19,6 +19,7 @@ type Consent struct {
Address string `json:"address"`
PointID int `json:"pointID"`
PostalCode string `json:"postalCode"`
City string `json:"city"`
InseeCode string `json:"inseeCode"`
EndDate time.Time `json:"endDate"`
ServiceID int `json:"serviceID,omitempty"`
Loading