IPPFault.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPFault

Package: Default
IPPFault
\IPPFault

XmlDefinition
Fault entity describing the fault  
XmlName
IPPFault  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublic\com\intuit\schema\finance\v3\IPPError $Error
Details
Type
\com\intuit\schema\finance\v3\IPPError
Definition
Error entity that describes the details of the error, if there are multiple errors, multiple occurrence of error object will be represented as multiple errors  
XmlMaxOccurs
unbounded  
XmlMinOccurs
0  
XmlName
Error  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $type
Details
Type
string
Definition
Element that caused the error  
XmlName
type  
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.