> ## 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.

# SuperOffice.WebApi.Data.AddressType

# <a id="SuperOffice_WebApi_Data_AddressType" /> Enum AddressType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

The type of Address
This Enum is used by:  address.atype\_idx

```csharp theme={null}
public enum AddressType : short
```

## Fields

`ContactPostalAddress = 1`

1: The address is a contact's postal address

`ContactStreetAddress = 2`

2: The address is a contact's street address

`PersonPrivateAddress = 16387`

16387: The address is a person's private address

`QuoteBillingAddress = 8196`

8196: The address is the shipping address for a quote

`QuoteShippingAddress = 8197`

8197: The address is the shipping address for a quote

`Unknown = 0`

0: Unknown - used when initializing


## Related topics

- [SuperOffice.WebApi.Data.AddressSyncData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AddressSyncData.md)
- [SuperOffice.WebApi.Data.StructuredAddress](/en/api/reference/webapi/SuperOffice.WebApi.Data.StructuredAddress.md)
- [SuperOffice.WebApi.Data.Contact SaveQuoteVersionAddressRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_SaveQuoteVersionAddressRequest.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)
- [SuperOffice.WebApi.Data.Address](/en/api/reference/webapi/SuperOffice.WebApi.Data.Address.md)
