Class InvoiceLineItem
- Namespace
- AiDotNet.Postprocessing.Document
- Assembly
- AiDotNet.dll
Invoice line item.
public class InvoiceLineItem
- Inheritance
-
InvoiceLineItem
- Inherited Members
Properties
Amount
Total amount for this line.
public decimal Amount { get; set; }
Property Value
Description
Item description.
public string Description { get; set; }
Property Value
Quantity
Quantity.
public int Quantity { get; set; }
Property Value
UnitPrice
Unit price.
public decimal UnitPrice { get; set; }