IHostDocumentsGetInvoicePaymentsAsync Method
Gets the invoice due dates asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<List<Payment>> GetInvoicePaymentsAsync(
PropertyDocumentType propertyType,
long idInvoice
)
Function GetInvoicePaymentsAsync (
propertyType As PropertyDocumentType,
idInvoice As Long
) As Task(Of List(Of Payment))
- propertyType PropertyDocumentType
- PropertyDocumentType with the document owner type (customer or supplier).
- idInvoice Int64
- Invoice identifier.
TaskListPaymentList<
Payment> with the invoice payments.