|
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.InvoicesAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request CaptureInvoicePaymentsRequest
- A request object that contains a title code, a payment setup code, and a date.
Return Value
CaptureInvoicePaymentsResponseA response object that contains a list of objects that describe the results of attempted captures.
See Also