mindee-api-dotnet

FinancialDocumentV1Document Class

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

Financial Document API version 1.11 document data.

public class FinancialDocumentV1Document : IPrediction

Inheritance: object → FinancialDocumentV1Document

Implements: IPrediction

Constructors

Name Description
FinancialDocumentV1Document()  

Properties

Name Description
BillingAddress The customer’s address used for billing.
Category The purchase category among predefined classes.
CustomerAddress The address of the customer.
CustomerCompanyRegistrations List of company registrations associated to the customer.
CustomerId The customer account number or identifier from the supplier.
CustomerName The name of the customer.
Date The date the purchase was made.
DocumentNumber The document number or identifier.
DocumentType One of: ‘INVOICE’, ‘CREDIT NOTE’, ‘CREDIT CARD RECEIPT’, ‘EXPENSE RECEIPT’.
DueDate The date on which the payment is due.
InvoiceNumber The invoice number or identifier only if document is an invoice.
LineItems List of line item details.
Locale The locale detected on the document.
PaymentDate The date on which the payment is due \/ fullfilled.
PoNumber The purchase order number.
ReceiptNumber The receipt number or identifier only if document is a receipt.
ReferenceNumbers List of Reference numbers, including PO number.
ShippingAddress The customer’s address used for shipping.
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.
SupplierEmail The email of the supplier or merchant.
SupplierName The name of the supplier or merchant.
SupplierPaymentDetails List of payment details associated to the supplier.
SupplierPhoneNumber The phone number of the supplier or merchant.
SupplierWebsite The website URL 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, tips, fees, and other charges.
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