Skip to content

Commit

Permalink
Add new fields to international street
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonSmarty committed Oct 8, 2024
1 parent f9ee104 commit 1d816e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions international-street-api/candidate.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ type (
PostBoxType string `json:"post_box_type,omitempty"`
PostBoxNumber string `json:"post_box_number,omitempty"`
AdditionalContent string `json:"additional_content,omitempty"`
DeliveryInstallation string `json:"delivery_installation,omitempty"`
DeliveryInstallationType string `json:"delivery_installation_type,omitempty"`
DeliveryInstallationQualifierName string `json:"delivery_installation_qualifier_name,omitempty"`
Route string `json:"route,omitempty"`
RouteNumber string `json:"route_number,omitempty"`
RouteType string `json:"route_type,omitempty"`
}
Expand Down

0 comments on commit 1d816e1

Please sign in to comment.