IHostFinanceGetInvoiceConceptAsync Method
Gets the invoice concept asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<string> GetInvoiceConceptAsync(
PropertyDocumentType propertyType,
long invoiceId
)
Function GetInvoiceConceptAsync (
propertyType As PropertyDocumentType,
invoiceId As Long
) As Task(Of String)
- propertyType PropertyDocumentType
- Document property type.
- invoiceId Int64
- Invoice identifier.
TaskStringString with the invoice concept.