IPPItemBasedExpenseLineDetail.php
- Package
- Default
\IPPItemBasedExpenseLineDetail
Package: Default















- Parent(s)
- \IPPItemLineDetail
- Inherited_from
- \IPPItemLineDetail
- IPPItemBasedExpenseLineDetail
- \IPPItemBasedExpenseLineDetail
- XmlDefinition
- Product: ALL Description: Item based expense detail for a transaction line.
- XmlName
- IPPItemBasedExpenseLineDetail
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- ItemLineDetail
Properties

\com\intuit\schema\finance\v3\IPPBillableStatusEnum $BillableStatusDetails
- Type
- \com\intuit\schema\finance\v3\IPPBillableStatusEnum
- Definition
- Product: ALL Description: The billable status of the expense.[br /]
- XmlMinOccurs
- 0
- XmlName
- BillableStatus
- XmlNamespace
- http://schema.intuit.com/finance/v3
- XmlType
- element

\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 $CustomerRefDetails
- Type
- \com\intuit\schema\finance\v3\IPPReferenceType
- Definition
- Product: ALL Description: Reference to the Customer associated with the expense.
- XmlMinOccurs
- 0
- XmlName
- CustomerRef
- 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\IPPIntuitAnyType $ItemBasedExpenseLineDetailExDetails
- Type
- \com\intuit\schema\finance\v3\IPPIntuitAnyType
- Definition
- Product: ALL Description: Internal use only: extension place holder for ExpenseItemDetail
- XmlMinOccurs
- 0
- XmlName
- ItemBasedExpenseLineDetailEx
- 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

float $TaxInclusiveAmtDetails
- Type
- float
- Definition
- Product: QBO Description: Indicates the total amount of line item including tax.
- XmlMinOccurs
- 0
- XmlName
- TaxInclusiveAmt
- 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 |

__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : voidinherited
Initializes this object, optionally with pre-defined property values
Inherited from: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 |