Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
SELC-4993 feat: added istatCode in InstitutionResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
empassaro committed May 30, 2024
1 parent 115831e commit 6350cb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class InstitutionResponse {
private String city;
private String county;
private String country;
private String istatCode;
private List<GeoTaxonomies> geographicTaxonomies;
private List<AttributesResponse> attributes;
private List<OnboardedProductResponse> onboarding;
Expand Down

0 comments on commit 6350cb1

Please sign in to comment.