IPPIntuitResponse.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertypublic\com\intuit\schema\finance\v3\IPPAttachableResponse $AttachableResponse
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPBatchItemResponse $BatchItemResponse
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPCDCResponse $CDCResponse
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPFault $Fault
Details
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  
>VPropertypublic\IntuitObject $IntuitObject
Details
Type
\IntuitObject
Definition
Any IntuitEntity derived entity like Customer, Invoice can be part of response  
XmlName
IntuitObject  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPOLBStatus $OLBStatus
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPOLBTransaction $OLBTransaction
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPQueryResponse $QueryResponse
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReport $Report
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPSyncErrorResponse $SyncErrorResponse
Details
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  
>VPropertypublic\com\intuit\schema\finance\v3\IPPWarnings $Warnings
Details
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  
>VPropertypublicstring $requestId
Details
Type
string
Definition
Specifies the RequestId associated with the request  
XmlName
requestId  
XmlType
attribute  
>VPropertypublicstring $status
Details
Type
string
Definition
Specifies the HTTP codes result of the operation  
XmlName
status  
XmlType
attribute  
>VPropertypublicstring $time
Details
Type
string
Definition
Specifies the time at which request started processing in the server  
XmlName
time  
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.