> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum AddressType

> The type of Address

The type of Address

## Syntax

```crmscript theme={null}
AddressType
```

## Fields

| Name                 | Description                                     |
| -------------------- | ----------------------------------------------- |
| Unknown              | Unknown - used when initializing                |
| ContactPostalAddress | The address is a contact's postal address       |
| ContactStreetAddress | The address is a contact's street address       |
| PersonPrivateAddress | The address is a person's private address       |
| QuoteBillingAddress  | The address is the shipping address for a quote |
| QuoteShippingAddress | The address is the shipping address for a quote |


## Related topics

- [Enum values for AddressType](/en/database/tables/enums/addresstype.md)
- [SuperOffice.WebApi.Data.AddressType](/en/api/reference/webapi/SuperOffice.WebApi.Data.AddressType.md)
- [address table](/en/database/tables/address.md)
- [SuperOffice.WebApi.Data.AddressSyncData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AddressSyncData.md)
- [SuperOffice.WebApi.Agents.IContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IContactAgent.md)
- [SuperOffice.WebApi.Agents.ContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ContactAgent.md)
