Enum AddressType
The type of Address This Enum is used by: address.atype_idx
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum AddressType : short
Fields
| Name | Description |
|---|---|
| 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 |
| Unknown | 0: Unknown - used when initializing |