| TelephoneNumber Class |
Namespace: Intuit.Ipp.Data
[SerializableAttribute] public class TelephoneNumber
The TelephoneNumber type exposes the following members.
| Name | Description | |
|---|---|---|
| TelephoneNumber | Initializes a new instance of the TelephoneNumber class |
| Name | Description | |
|---|---|---|
| AreaCode |
Product: ALL
Description: Telephone area code.
| |
| CountryCode |
Product: ALL
Description: Telephone country code.
| |
| Default |
Product: ALL
Description: True if this is the default telephone number.
| |
| DefaultSpecified | ||
| DeviceType |
Product: ALL
Description: Phone device type. Valid values are LandLine, Mobile, Fax, and Pager, as defined in the TelephoneDevice.
| |
| ExchangeCode |
Product: ALL
Description: Telephone exchange code.
| |
| Extension |
Product: ALL
Description: Telephone extension code.
| |
| FreeFormNumber |
Product: ALL
Description: Specifies the telephone number in free form. FreeFormNumber takes precedence over CountryCode, AreaCode, ExchangeCode, and Extension.[br /]Max length: 21 characters.
| |
| Id |
Product: QBW
Description: Unique identifier for an Intuit entity.
| |
| Tag |
Product: ALL
Description: Descriptive tag (or label) associated with the telephone number. Valid values are Business, Fax, Home, Mobile, Pager, Primary, Secondary, and Other, as defined in the TelephoneNumberLabelType.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |