Skip to content

Commit

Permalink
Add new International components
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonSmarty committed Oct 9, 2024
1 parent c495ede commit a0d690c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/sdk/InternationalStreetApi/Components.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,27 @@ public class Components
[DataMember(Name = "post_box_number")]
public string PostBoxNumber { get; set; }

[DataMember(Name = "additional_content")]
public string AdditionalContent { get; set; }

[DataMember(Name = "delivery_installation")]
public string DeliveryInstallation { get; set; }

[DataMember(Name = "delivery_installation_type")]
public string DeliveryInstallationType { get; set; }

[DataMember(Name = "delivery_installation_qualifier_name")]
public string DeliveryInstallationQualifierName { get; set; }

[DataMember(Name = "route")]
public string Route { get; set; }

[DataMember(Name = "route_number")]
public string RouteNumber { get; set; }

[DataMember(Name = "route_type")]
public string RouteType { get; set; }

#endregion
}
}

0 comments on commit a0d690c

Please sign in to comment.