> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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
