List of line item details.

Hierarchy

  • InvoiceV4LineItem

Constructors

Properties

confidence: number = 0.0

Confidence score

description: null | string

The item description.

pageId: number

The document page on which the information was found.

polygon: Polygon = []

Contains the relative vertices coordinates (points) of a polygon containing the field in the document.

productCode: null | string

The product code referring to the item.

quantity: null | number

The item quantity

taxAmount: null | number

The item tax amount.

taxRate: null | number

The item tax rate in percentage.

totalAmount: null | number

The item total amount.

unitMeasure: null | string

The item unit of measure.

unitPrice: null | number

The item unit price.

Methods

  • Collection of fields as representable strings.

    Returns {
        description: string;
        productCode: string;
        quantity: string;
        taxAmount: string;
        taxRate: string;
        totalAmount: string;
        unitMeasure: string;
        unitPrice: string;
    }

    • description: string
    • productCode: string
    • quantity: string
    • taxAmount: string
    • taxRate: string
    • totalAmount: string
    • unitMeasure: string
    • unitPrice: string

Generated using TypeDoc