| Member | Description |
|---|---|
Constructor |
Constructor |
GetChildLineItems |
Returns an array of child line items in hierarchical scenarios public sealed ILineItem[] GetChildLineItems(); |
MoveDown |
Moves the current line item up by increasing its line number public virtual bool MoveDown(); |
MoveUp |
Moves the current line item up by decreasing its line number public virtual bool MoveUp(); |
Account |
Account |
ItemDescription |
Item description |
ItemDescriptionHtml |
Item description (HTML formatting) |
ItemId |
Foreign key for a potentially linked item of an item database |
ItemNumber |
Item number/identifier (character) |
ItemTitle |
Item title (name) |
LineNumber |
Sequential line number of the line item |
ParentItem |
Returns the parent line item in a hoerarchical line item scenario. |
ParentItemId |
Possible self-reference to a hierarchical parent item. |
Price |
Item price (single item) |
Quantity |
Item quantity |
SKU |
Item SKU (id) |
Taxable |
Is the current item taxable (sales tax)? |
TaxAmount |
Tax amount (current line only) if sales tax applies |
TaxRate |
Tax Rate (only applicable if the item is taxable) |
Total |
Item total (current line only) including sales tax (if applicable) |
TotalWithoutTax |
Item total (current line only) |