IPPItemLineDetail.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\IPPItemLineDetail

Package: Default
Children
\IPPItemBasedExpenseLineDetail
\IPPSalesItemLineDetail
IPPItemLineDetail
\IPPItemLineDetail

XmlDefinition
Product: ALL Description: Information about the goods sold: what is sold, how much/many and for what price.  
XmlName
IPPItemLineDetail  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
 

Properties

>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $ClassRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: ALL Description: Reference to the Class for the line item.  
XmlMinOccurs
0  
XmlName
ClassRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $InventorySiteRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: ALL Description: Reference to the InventorySite where this item is located.  
XmlMinOccurs
0  
XmlName
InventorySiteRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $ItemAccountRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: ALL Description: An account different than the account associated with the Item in the current transaction line. Cannot be updated or modified.  
XmlMinOccurs
0  
XmlName
ItemAccountRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $ItemRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: ALL Description: Reference to the Item. When a line lacks an ItemRef it will be treated as "documentation" and the Amount will be ignored.  
XmlMinOccurs
0  
XmlName
ItemRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPMarkupInfo $MarkupInfo
Details
Type
\com\intuit\schema\finance\v3\IPPMarkupInfo
Definition
Product: ALL Description: Markup information for the Item wherever applicable.  
XmlMinOccurs
0  
XmlName
MarkupInfo  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $PriceLevelRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: ALL Description: Reference to the PriceLevel of the service or item for the line.  
XmlMinOccurs
0  
XmlName
PriceLevelRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicfloat $Qty
Details
Type
float
Definition
Product: ALL Description: Number of items for the line.  
XmlMinOccurs
0  
XmlName
Qty  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicfloat $RatePercent
Details
Type
float
Definition
Product: ALL Description: The amount is expressed as a percent of charges already entered in the current transaction. To enter a rate of 10% use 10.0, not 0.01.  
XmlMinOccurs
0  
XmlName
RatePercent  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPReferenceType $TaxCodeRef
Details
Type
\com\intuit\schema\finance\v3\IPPReferenceType
Definition
Product: ALL Description: Reference to the SalesTaxCode for this item.  
XmlMinOccurs
0  
XmlName
TaxCodeRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublic\com\intuit\schema\finance\v3\IPPUOMRef $UOMRef
Details
Type
\com\intuit\schema\finance\v3\IPPUOMRef
Definition
Product: ALL Description: Reference to the UOMSetREf (unit of mesasure set) that applies to this item.  
XmlMinOccurs
0  
XmlName
UOMRef  
XmlNamespace
http://schema.intuit.com/finance/v3  
XmlType
element  
>VPropertypublicfloat $UnitPrice
Details
Type
float
Definition
Product: ALL Description: Unit price of the service or item for the line.  
XmlMinOccurs
0  
XmlName
UnitPrice  
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.