Skip to content

Commit 715abac

Browse files
committed
Add new international street fields
1 parent e056af6 commit 715abac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

smarty-rust-sdk/src/international_street_api/candidate.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ pub struct Components {
7575
pub post_box: String,
7676
pub post_box_type: String,
7777
pub post_box_number: String,
78+
pub additional_content: String,
79+
pub delivery_installation: String,
80+
pub delivery_installation_type: String,
81+
pub delivery_installation_qualifier_name: String,
82+
pub route: String,
83+
pub route_number: String,
84+
pub route_type: String,
7885
}
7986

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

0 commit comments

Comments
 (0)