mindee-api-dotnet

ReceiptV5Document Class

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

Receipt API version 5.3 document data.

public class ReceiptV5Document : IPrediction

Inheritance: object → ReceiptV5Document

Implements: IPrediction

Constructors

Name Description
ReceiptV5Document()  

Properties

Name Description
Category The purchase category among predefined classes.
Date The date the purchase was made.
DocumentType One of: ‘CREDIT CARD RECEIPT’, ‘EXPENSE RECEIPT’.
LineItems List of line item details.
Locale The locale detected on the document.
ReceiptNumber The receipt number or identifier.
Subcategory The purchase subcategory among predefined classes for transport and food.
SupplierAddress The address of the supplier or merchant.
SupplierCompanyRegistrations List of company registrations associated to the supplier.
SupplierName The name of the supplier or merchant.
SupplierPhoneNumber The phone number of the supplier or merchant.
Taxes List of tax lines information.
Time The time the purchase was made.
Tip The total amount of tip and gratuity.
TotalAmount The total amount paid: includes taxes, discounts, fees, tips, and gratuity.
TotalNet The net amount paid: does not include taxes, fees, and discounts.
TotalTax The total amount of taxes.

Methods

Name Description
ToString() A prettier representation of the current model values.

Documentation generated by MdDocs