Click or drag to resize
Infosoft Logo

IInvoiceMaintenanceServiceCaptureInvoicePayments Method

Captures payments for all invoices for a given title, with a given payment type, on a given date.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Invoices
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

Parameters

request  CaptureInvoicePaymentsRequest
A request object that contains a title code, a payment setup code, and a date.

Return Value

CaptureInvoicePaymentsResponse
A response object that contains a list of objects that describe the results of attempted captures.
See Also