IPPWarning.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPWarning

Package: Default
IPPWarning
\IPPWarning

XmlDefinition
Detailed data about a warning condition that occurred when a request was processed  
XmlName
IPPWarning  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicstring $Detail
Details
Type
string
Definition
Detailed message regarding the warning condition with specifics  
XmlMinOccurs
0  
XmlName
Detail  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $Message
Details
Type
string
Definition
Localized standard message associated with the warning  
XmlName
Message  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $code
Details
Type
string
Definition
Warning code, this is a required field  
XmlName
code  
XmlType
attribute  
>VPropertypublicstring $element
Details
Type
string
Definition
The element (if any) directly involved in the warning (i.e. an ignored element)  
XmlName
element  
XmlType
attribute  

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.