fireblocks-sdk 2026.3.27

Rust implementation of the Fireblocks SDK
Documentation
# TravelRuleValidateGeographicAddress

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**street_name** | Option<**String**> | Name of a street or thoroughfare | [optional]
**town_name** | Option<**String**> | Name of a built-up area, with defined boundaries, and a local government | [optional]
**country** | Option<**String**> | Nation with its own government (ISO-3166 Alpha-2 country code) | [optional]
**building_number** | Option<**String**> | Number that identifies the position of a building on a street | [optional]
**post_code** | Option<**String**> | Identifier consisting of a group of letters and/or numbers added to a postal address to assist the sorting of mail | [optional]
**address_type** | Option<**AddressType**> | Specifies the type of address. Acceptable values are: - 'HOME': Residential, the home address - 'BIZZ': Business, the business address - 'GEOG': Geographic, an unspecified physical (geographical) address (enum: HOME, BIZZ, GEOG) | [optional]
**department** | Option<**String**> | Identification of a division of a large organisation or building | [optional]
**sub_department** | Option<**String**> | Identification of a sub-division of a large organisation or building | [optional]
**building_name** | Option<**String**> | Name of the building or house | [optional]
**floor** | Option<**String**> | Floor or storey within a building | [optional]
**post_box** | Option<**String**> | Numbered box in a post office | [optional]
**room** | Option<**String**> | Building room number | [optional]
**town_location_name** | Option<**String**> | Specific location name within the town | [optional]
**district_name** | Option<**String**> | Identifies a subdivision within a country subdivision | [optional]
**country_sub_division** | Option<**String**> | Identifies a subdivision of a country such as state, region, or province | [optional]
**address_line** | Option<**Vec<String>**> | Information that locates and identifies a specific address, presented in free format text | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)