> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for AddressType

> Lists the enum values for AddressType.

## AddressType Enum

Bit mask, combines address type (EAddressType) and owner type (EOwnerType)

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

## Usage

* [address](../address).atype\_idx - Contact and Person addresses
