IHostFinanceGetInvoiceConceptAsync Method

Gets the invoice concept asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> GetInvoiceConceptAsync(
	PropertyDocumentType propertyType,
	long invoiceId
)

Parameters

propertyType  PropertyDocumentType
Document property type.
invoiceId  Int64
Invoice identifier.

Return Value

TaskString
String with the invoice concept.

See Also