Table of Contents

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

decimal

Description

Item description.

public string Description { get; set; }

Property Value

string

Quantity

Quantity.

public int Quantity { get; set; }

Property Value

int

UnitPrice

Unit price.

public decimal UnitPrice { get; set; }

Property Value

decimal