IPPIntuitResponse.php
- Package
- Default
\IPPIntuitResponse
Package: Default













- IPPIntuitResponse
- \IPPIntuitResponse
- XmlDefinition
- IntuitResponse is a holder of all types of entities that come as part of response
- XmlName
- IPPIntuitResponse
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
Properties

\com\intuit\schema\finance\v3\IPPAttachableResponse $AttachableResponseDetails
- Type
- \com\intuit\schema\finance\v3\IPPAttachableResponse
- Definition
- Returns AttachableResponse entity with response to file upload requests
- XmlMaxOccurs
- unbounded
- XmlMinOccurs
- 0
- XmlName
- AttachableResponse
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPBatchItemResponse $BatchItemResponseDetails
- Type
- \com\intuit\schema\finance\v3\IPPBatchItemResponse
- Definition
- Returns BatchItems in response in case of Batch request
- XmlMaxOccurs
- unbounded
- XmlMinOccurs
- 0
- XmlName
- BatchItemResponse
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPCDCResponse $CDCResponseDetails
- Type
- \com\intuit\schema\finance\v3\IPPCDCResponse
- Definition
- Returns CDCResponse
- XmlMaxOccurs
- unbounded
- XmlMinOccurs
- 0
- XmlName
- CDCResponse
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\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

\IntuitObject $IntuitObjectDetails
- Type
- \IntuitObject
- Definition
- Any IntuitEntity derived entity like Customer, Invoice can be part of response
- XmlName
- IntuitObject
- XmlType
- element

\com\intuit\schema\finance\v3\IPPOLBStatus $OLBStatusDetails
- Type
- \com\intuit\schema\finance\v3\IPPOLBStatus
- Definition
- OLBStatus object in the response
- XmlMaxOccurs
- 1
- XmlMinOccurs
- 0
- XmlName
- OLBStatus
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPOLBTransaction $OLBTransactionDetails
- Type
- \com\intuit\schema\finance\v3\IPPOLBTransaction
- Definition
- OLBTransaction object in the response
- XmlMaxOccurs
- 1
- XmlMinOccurs
- 0
- XmlName
- OLBTransaction
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPQueryResponse $QueryResponseDetails
- Type
- \com\intuit\schema\finance\v3\IPPQueryResponse
- Definition
- Returns QueryResponse entity in case of query
- XmlMaxOccurs
- 1
- XmlMinOccurs
- 0
- XmlName
- QueryResponse
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPReport $ReportDetails
- Type
- \com\intuit\schema\finance\v3\IPPReport
- Definition
- Returns Report entity in case of report request
- XmlMaxOccurs
- 1
- XmlMinOccurs
- 0
- XmlName
- Report
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\com\intuit\schema\finance\v3\IPPSyncErrorResponse $SyncErrorResponseDetails
- Type
- \com\intuit\schema\finance\v3\IPPSyncErrorResponse
- Definition
- Any IntuitResponseType type derived from IntuitResponseType
- XmlMaxOccurs
- 1
- XmlMinOccurs
- 0
- XmlName
- SyncErrorResponse
- XmlNamespace
- http://schema.intuit.com/finance/v3
- 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

string $requestIdDetails
- Type
- string
- Definition
- Specifies the RequestId associated with the request
- XmlName
- requestId
- XmlType
- attribute

string $statusDetails
- Type
- string
- Definition
- Specifies the HTTP codes result of the operation
- XmlName
- status
- 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 |