callCheckInvoice(final long, final Long, final Long) method

Performs a check-invoice on the passed invoice.

Syntax

Boolean callCheckInvoice ( final long authorisationId , final Long actorId , final Long invoiceId ) throws MobiliserServiceException, DataAccessException, TransactionException

Parameters

Returns

always true

Exceptions

Usage

If the checking is successful, the passed authorization will be linked with the invoice through an

InvoiceTransaction

.

always true