IPPQueryResponse.php
- Package
- Default
\IPPQueryResponse
Package: Default





- IPPQueryResponse
- \IPPQueryResponse
- XmlDefinition
- QueryResponse entity describing the response of query
- XmlName
- IPPQueryResponse
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
Properties

\com\intuit\schema\finance\v3\IPPFault $FaultDetails
- Type
- \com\intuit\schema\finance\v3\IPPFault
- Definition
- Fault or Object should be returned
- XmlMaxOccurs
- 1
- XmlMinOccurs
- 0
- XmlName
- Fault
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

array<mixed,\IntuitObject> $IntuitObjectDetails
- Type
- array<mixed,\IntuitObject>
- Definition
- Any IntuitEntity derived object like Customer, Invoice can be part of response
- XmlMaxOccurs
- unbounded
- XmlMinOccurs
- 0
- XmlName
- IntuitObject
- XmlType
- element

\com\intuit\schema\finance\v3\IPPWarnings $WarningsDetails
- Type
- \com\intuit\schema\finance\v3\IPPWarnings
- Definition
- Indication that a request was processed, but with possible exceptional circumstances (i.e. ignored unsupported fields) that the client may want to be aware of
- XmlMinOccurs
- 0
- XmlName
- Warnings
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

integer $maxResultsDetails
- Type
- integer
- Definition
- Specifies the number of records in this result
- XmlName
- maxResults
- XmlType
- attribute

integer $startPositionDetails
- Type
- integer
- Definition
- Specifies the starting row number in this result
- XmlName
- startPosition
- 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 |