Interface ILineItem

Basic line item interface

public abstract interface ILineItem

Interface Members

MemberDescription
GetChildLineItems Retrieves an array of all child line items in a hierarchical
public ILineItem[] GetChildLineItems();
MoveDown Moves the line down
public bool MoveDown();
MoveUp Moves the line up
public bool MoveUp();
Account Linked account number
ItemDescription Item description
ItemDescriptionHtml Item description HTML formatted
ItemId Item ID
ItemNumber Item number
ItemTitle Item title
LineNumber Line number
ParentItem Parent line item entity
ParentItemId Parent item ID (only used in hierarchical line item scenarios)
Price Item price
Quantity Item quantity
SKU Item SKU (same as item number)
Taxable Is the item taxable?
TaxAmount What is the tax amount
TaxRate What is the item's tax rate?
Total Line total
TotalWithoutTax Line total without tax

Requirements

Namespace: EPS.Business.Financial
Assembly: FINANCIALOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007