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

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