IPPJobInfo.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPJobInfo

Package: Default
IPPJobInfo
\IPPJobInfo

XmlDefinition
Product: QBW Description: Details for the Job. This is applicable only to QuickBooks Windows desktop.  
XmlName
IPPJobInfo  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublicstring $Description
Details
Type
string
Definition
Product: QBW Description: Job description. Max. length: 99 characters.  
XmlMinOccurs
0  
XmlName
Description  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $EndDate
Details
Type
string
Definition
Product: QBW Description: End date of the job.  
XmlMinOccurs
0  
XmlName
EndDate  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $JobTypeRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: QBW Description: Reference to the JobType.  
XmlMinOccurs
0  
XmlName
JobTypeRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $ProjectedEndDate
Details
Type
string
Definition
Product: QBW Description: Projected end date of the job.  
XmlMinOccurs
0  
XmlName
ProjectedEndDate  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicstring $StartDate
Details
Type
string
Definition
Product: QBW Description: Starting date of the Job.  
XmlMinOccurs
0  
XmlName
StartDate  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPJobStatusEnum $Status
Details
Type
\com\intuit\schema\finance\v3\IPPJobStatusEnum
Definition
Product: ALL Description: Current status of the job. Valid values are: Awarded, Closed, InProgress, None, NotAwarded, Pending, as defined in the JobStatusEnum.[br /]  
XmlMinOccurs
0  
XmlName
Status  
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.