Skip to content

Commit

Permalink
Added new fields to the international autocomplete response.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Amundson committed Jul 2, 2024
1 parent 0b1ee4b commit 3d69ea3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sdk/InternationalAutcompleteApi/Candidate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ public class Candidate
[DataMember(Name = "administrative_area")]
public string AdministrativeArea { get; set; }

[DataMember(Name = "administrative_area_short")]
public string AdministrativeAreaShort { get; set; }

[DataMember(Name = "administrative_area_long")]
public string AdministrativeAreaLong { get; set; }

[DataMember(Name = "postal_code")]
public string PostalCode { get; set; }

Expand Down

0 comments on commit 3d69ea3

Please sign in to comment.