mindee-api-dotnet

FinancialDocumentV1LineItem Class

Namespace: Mindee.Product.FinancialDocument
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

List of line item details.

public sealed class FinancialDocumentV1LineItem : LineItemField

Inheritance: object → BaseFieldLineItemField → FinancialDocumentV1LineItem

Constructors

Name Description
FinancialDocumentV1LineItem()  

Properties

Name Description
Description The item description.
ProductCode The product code referring to the item.
Quantity The item quantity
TaxAmount The item tax amount.
TaxRate The item tax rate in percentage.
TotalAmount The item total amount.
UnitMeasure The item unit of measure.
UnitPrice The item unit price.

Methods

Name Description
ToString() A prettier representation of the line values.
ToTableLine() Output the line in a format suitable for inclusion in an rST table.

Documentation generated by MdDocs