Skip to content

Commit

Permalink
Add new international street fields
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonSmarty committed Oct 15, 2024
1 parent e056af6 commit 715abac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions smarty-rust-sdk/src/international_street_api/candidate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ pub struct Components {
pub post_box: String,
pub post_box_type: String,
pub post_box_number: String,
pub additional_content: String,
pub delivery_installation: String,
pub delivery_installation_type: String,
pub delivery_installation_qualifier_name: String,
pub route: String,
pub route_number: String,
pub route_type: String,
}

#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
Expand Down

0 comments on commit 715abac

Please sign in to comment.