IHostDocumentsGetInvoicePaymentsAsync Method

Gets the invoice due dates asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<Payment>> GetInvoicePaymentsAsync(
	PropertyDocumentType propertyType,
	long idInvoice
)

Parameters

propertyType  PropertyDocumentType
PropertyDocumentType with the document owner type (customer or supplier).
idInvoice  Int64
Invoice identifier.

Return Value

TaskListPayment
List<Payment> with the invoice payments.

See Also