Table of Contents

Class ReceiptItem

Namespace
AiDotNet.Postprocessing.Document
Assembly
AiDotNet.dll

Receipt line item.

public class ReceiptItem
Inheritance
ReceiptItem
Inherited Members

Properties

Description

Item description.

public string Description { get; set; }

Property Value

string

Price

Item price.

public decimal Price { get; set; }

Property Value

decimal

Quantity

Quantity.

public int Quantity { get; set; }

Property Value

int