IHostFinanceGetInvoiceAccountingEntryAsync Method
Gets the accounting entry
AccountingEntry of the indicated invoice asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<AccountingEntry> GetInvoiceAccountingEntryAsync(
PropertyDocumentType propertyType,
long invoiceId,
InvoiceAccountingEntrySettings settings
)
Function GetInvoiceAccountingEntryAsync (
propertyType As PropertyDocumentType,
invoiceId As Long,
settings As InvoiceAccountingEntrySettings
) As Task(Of AccountingEntry)
- propertyType PropertyDocumentType
- Document property type.
- invoiceId Int64
- Invoice identifier.
- settings InvoiceAccountingEntrySettings
- InvoiceAccountingEntrySettings with the invoice accounting entry settings.
TaskAccountingEntryAccountingEntry with the invoice accounting entry.