IPPCascade.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPCascade

Package: Default
IPPCascade
\IPPCascade

XmlDefinition
Product: QBO Description: Object representing cascading events on entities resulting from a transaction event. Used by messaging. Not intended for external clients.  
XmlName
IPPCascade  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicstring $EntityName
Details
Type
string
Definition
Any IntuitEntity derived object name like Customer, Item, Invoice, ...  
XmlMinOccurs
1  
XmlName
EntityName  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPid $Id
Details
Type
\com\intuit\schema\finance\v3\IPPid
Definition
Description: Unique identifier for an Intuit entity.  
XmlMinOccurs
1  
XmlName
Id  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPNameValue $KeyValue
Details
Type
\com\intuit\schema\finance\v3\IPPNameValue
Definition
Cascading events resulting from a transaction event in the form of key value pairs. Key names are user defined.  
XmlMaxOccurs
unbounded  
XmlMinOccurs
0  
XmlName
KeyValue  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  

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.