IPPWarning.php
- 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

string $DetailDetails
- Type
- string
- Definition
- Detailed message regarding the warning condition with specifics
- XmlMinOccurs
- 0
- XmlName
- Detail
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $MessageDetails
- Type
- string
- Definition
- Localized standard message associated with the warning
- XmlName
- Message
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

string $codeDetails
- Type
- string
- Definition
- Warning code, this is a required field
- XmlName
- code
- XmlType
- attribute
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 |