IPPGenericContactType.php
- Package
- Default
\IPPGenericContactType
Package: Default





- IPPGenericContactType
- \IPPGenericContactType
- XmlDefinition
- Product: ALL Description: Contact type other than email, phone, address. Examples: "Chat", "SkypeId", "FaceBook" etc.
- XmlName
- IPPGenericContactType
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
Properties

boolean $DefaultDetails
- Type
- boolean
- Definition
- Product: ALL Description: True if this is the default contact information.
- XmlMinOccurs
- 0
- XmlName
- Default
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPid $IdDetails
- Type
- \com\intuit\schema\finance\v3\IPPid
- Definition
- Product: ALL Description: Unique identifier for an Intuit entity.
- XmlMinOccurs
- 0
- XmlName
- Id
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $NameDetails
- Type
- string
- Definition
- Product: ALL Description: Name of the generic contact type. For example, "GoogleChat" related contact info can have the Name, "ChatId".
- XmlMinOccurs
- 0
- XmlName
- Name
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $TagDetails
- Type
- string
- Definition
- Product: ALL Description: Descriptive tag associated with the contact information.
- XmlMinOccurs
- 0
- XmlName
- Tag
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $TypeDetails
- Type
- string
- Definition
- Product: ALL Description: Type of contact. For example, "GoogleChat" or "Skype".
- XmlMinOccurs
- 0
- XmlName
- Type
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element
Methods

__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : voidInitializes this object, optionally with pre-defined property values
Initializes this object and it's property members, using the dictionary
of key/value pairs passed as an optional argument.
Parameters| Name | Type | Description |
|---|---|---|
| $keyValInitializers | \dictionary | key/value pairs to be populated into object's properties |
| $verbose | boolean | specifies whether object should echo warnings |