Interface IInvoiceAnalysisFoundationService
- Assembly
- arolariu.Backend.Domain.Invoices.dll
The invoice analysis foundation service interface represents the foundation analysis service for the invoice domain.
public interface IInvoiceAnalysisFoundationService
Methods
AnalyzeInvoiceAsync(Invoice, AnalysisOptions)
Analyze an invoice.
Task<Invoice> AnalyzeInvoiceAsync(Invoice invoice, AnalysisOptions options)
Parameters
invoice
Invoiceoptions
AnalysisOptions