Skip to content

Commit

Permalink
Merge pull request #30 from smarty/landon/new-intl-fields
Browse files Browse the repository at this point in the history
Add new international street fields
  • Loading branch information
RyanLCox1 authored Oct 16, 2024
2 parents e056af6 + 715abac commit 254e15d
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 254e15d

Please sign in to comment.