IPPModificationMetaData.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPModificationMetaData

Package: Default
IPPModificationMetaData
\IPPModificationMetaData

XmlDefinition
Product: ALL Description: Metadata for the instance of the entity. All properties are read only.  
XmlName
IPPModificationMetaData  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicstring $CreateTime
Details
Type
string
Definition
Product: ALL Description: Time the entity was created in the source domain (QBD or QBO). Read only property. Filterable: ALL Sortable: ALL  
XmlMinOccurs
0  
XmlName
CreateTime  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $CreatedByRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: QBW Description: Reference to the user who created the data. Read only property.  
XmlMaxOccurs
1  
XmlMinOccurs
0  
XmlName
CreatedByRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $LastChangedInQB
Details
Type
string
Definition
Product: QBW Description: Time the entity was last updated in QB. Read only property.  
XmlMinOccurs
0  
XmlName
LastChangedInQB  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $LastModifiedByRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: QBW Description: Reference to the user who last modified the entity. Read only property.  
XmlMaxOccurs
1  
XmlMinOccurs
0  
XmlName
LastModifiedByRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $LastUpdatedTime
Details
Type
string
Definition
Product: ALL Description: Time the entity was last updated in the source domain (QBD or QBO). Read only property. Filterable: ALL Sortable: ALL  
XmlMinOccurs
0  
XmlName
LastUpdatedTime  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicboolean $Synchronized
Details
Type
boolean
Definition
Product: QBW Description: If true, the data on the cloud has been synchronized with QuickBooks for Windows. If false, the data has been created or updated on the cloud but has not been synchronized with QuickBooks for Windows. Read-only field. Filterable: QBW  
XmlMinOccurs
0  
XmlName
Synchronized  
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.