IHostFinanceGetInvoiceAccountingEntryAsync Method

Gets the accounting entry AccountingEntry of the indicated invoice asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<AccountingEntry> GetInvoiceAccountingEntryAsync(
	PropertyDocumentType propertyType,
	long invoiceId,
	InvoiceAccountingEntrySettings settings
)

Parameters

propertyType  PropertyDocumentType
Document property type.
invoiceId  Int64
Invoice identifier.
settings  InvoiceAccountingEntrySettings
InvoiceAccountingEntrySettings with the invoice accounting entry settings.

Return Value

TaskAccountingEntry
AccountingEntry with the invoice accounting entry.

See Also