IPPTelephoneNumber.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPTelephoneNumber

Package: Default
IPPTelephoneNumber
\IPPTelephoneNumber

XmlDefinition
Product: ALL Description: Telephone number type definition. This entity is always manipulated in the context of another parent entity like Person, Organization etc.  
XmlName
IPPTelephoneNumber  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicstring $AreaCode
Details
Type
string
Definition
Product: ALL Description: Telephone area code.  
XmlMinOccurs
0  
XmlName
AreaCode  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $CountryCode
Details
Type
string
Definition
Product: ALL Description: Telephone country code.  
XmlMinOccurs
0  
XmlName
CountryCode  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicboolean $Default
Details
Type
boolean
Definition
Product: ALL Description: True if this is the default telephone number.  
XmlMinOccurs
0  
XmlName
Default  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $DeviceType
Details
Type
string
Definition
Product: ALL Description: Phone device type. Valid values are LandLine, Mobile, Fax, and Pager, as defined in the TelephoneDevice.  
XmlMinOccurs
0  
XmlName
DeviceType  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $ExchangeCode
Details
Type
string
Definition
Product: ALL Description: Telephone exchange code.  
XmlMinOccurs
0  
XmlName
ExchangeCode  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $Extension
Details
Type
string
Definition
Product: ALL Description: Telephone extension code.  
XmlMinOccurs
0  
XmlName
Extension  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $FreeFormNumber
Details
Type
string
Definition
Product: ALL Description: Specifies the telephone number in free form. FreeFormNumber takes precedence over CountryCode, AreaCode, ExchangeCode, and Extension.[br /]Max length: 21 characters.  
XmlMinOccurs
0  
XmlName
FreeFormNumber  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPid $Id
Details
Type
\com\intuit\schema\finance\v3\IPPid
Definition
Product: QBW Description: Unique identifier for an Intuit entity.  
XmlMinOccurs
0  
XmlName
Id  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $Tag
Details
Type
string
Definition
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.  
XmlMinOccurs
0  
XmlName
Tag  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  

Methods

methodpublic__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : void

Initializes 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
NameTypeDescription
$keyValInitializers\dictionary

key/value pairs to be populated into object's properties

$verboseboolean

specifies whether object should echo warnings

Documentation was generated by phpDocumentor 2.8.5.