IPPEmailAddress.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPEmailAddress

Package: Default
IPPEmailAddress
\IPPEmailAddress

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

Properties

>VPropertypublicstring $Address
Details
Type
string
Definition
Product: QBW Description: Email address.[br /]Max. length: 1023 characters. Product: QBO Description: Email address.[br /]Max. length: 100 characters.  
XmlMinOccurs
0  
XmlName
Address  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicboolean $Default
Details
Type
boolean
Definition
Product: ALL Description: True if this is the default email address.  
XmlMinOccurs
0  
XmlName
Default  
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 email address. Valid values are Business and Home, as defined in the EmailAddressLabelType.  
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.