• InvoiceItem

Contents

InvoiceItem

Namespace: Middleware.Accounts.Invoices

Assembly: Middleware

Represents an individual invoice item within an Invoice used by IAccountProvider and UserAccount.Plugin module.

Constructors

Properties

Id Unique id of the invoice item.
Invoice Invoice to which the item belongs.
Description Description of the item within the invoice.
Price Cost of the item in the invoice.
TaxRate Tax rate applied to the invoiceable item.
Quantity Quantity of the item within the invoice.
Discount Discount applied to the item within the invoice.
DiscountType Type of discount, if appliccable, for the item within the invoice.
Status Current status of the item within the invoice.
Cost Total + Tax
TotalTax Total Tax amount
SubTotal Subtotal of this item within the invoice.
TotalDiscount Total discount for the item within the invoice.

In This Document