IHostDocumentsUpdateInvoicePaymentsAsync Method
Update invoice due dates asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task UpdateInvoicePaymentsAsync(
PropertyDocumentType propertyType,
long idInvoice,
List<Payment> payments
)
Function UpdateInvoicePaymentsAsync (
propertyType As PropertyDocumentType,
idInvoice As Long,
payments As List(Of Payment)
) As Task
- propertyType PropertyDocumentType
- PropertyDocumentType with the document owner type (customer or supplier).
- idInvoice Int64
- Invoice identifier.
- payments ListPayment
- List<Payment> with the due dates corresponding to the invoice.
TaskA task representing the asynchronous operation.