# Chapter 5.3.6 - Address

Source: https://developer.avalara.com/products/communications/integration-guides/dev-guide_rest_v2/reference/address/

-   [Previous](/communications/dev-guide_rest_v2/reference/geocode-result/)
-   [Next](/communications/dev-guide_rest_v2/reference/geo-batch-submit-file-response/)

### Address

The `Address` object contains the **CASS address information** from the geocoding result:

Key

Value

`addr`

`[string]` Street address

`city`

`[string]` City name

`st`

`[string]` State name or abbreviation

`zip`

`[string]` Postal Code

### Example

```json
"cass": { "addr": "255 S KING ST ", "city": "SEATTLE", "st": "WA", "zip": "98104-2832"}
```

-   [Previous](/communications/dev-guide_rest_v2/reference/geocode-result/)
-   [Next](/communications/dev-guide_rest_v2/reference/geo-batch-submit-file-response/)