IPPItemLineDetail.php
- 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

\com\intuit\schema\finance\v3\IPPReferenceType $ClassRefDetails
- 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

\com\intuit\schema\finance\v3\IPPReferenceType $InventorySiteRefDetails
- 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

\com\intuit\schema\finance\v3\IPPReferenceType $ItemAccountRefDetails
- 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

\com\intuit\schema\finance\v3\IPPReferenceType $ItemRefDetails
- 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

\com\intuit\schema\finance\v3\IPPMarkupInfo $MarkupInfoDetails
- 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

\com\intuit\schema\finance\v3\IPPReferenceType $PriceLevelRefDetails
- 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

float $QtyDetails
- 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

float $RatePercentDetails
- 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

\com\intuit\schema\finance\v3\IPPReferenceType $TaxCodeRefDetails
- 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

\com\intuit\schema\finance\v3\IPPUOMRef $UOMRefDetails
- 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
Methods

__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : voidInitializes 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| Name | Type | Description |
|---|---|---|
| $keyValInitializers | \dictionary | key/value pairs to be populated into object's properties |
| $verbose | boolean | specifies whether object should echo warnings |