IPPItemBasedExpenseLineDetail.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
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

>VPropertypublic\com\intuit\schema\finance\v3\IPPBillableStatusEnum $BillableStatus
Details
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  
>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 $CustomerRef
Details
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  
>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\IPPIntuitAnyType $ItemBasedExpenseLineDetailEx
Details
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  
>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  
>VPropertypublicfloat $TaxInclusiveAmt
Details
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  
>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

methodpublic__construct(\dictionary $keyValInitializers = array(), boolean $verbose = FALSE) : void
inherited

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