createMoneyTransactions(final IGenericAuthorisationRequest, final CallerInformation) method

Syntax

CreateMoneyTransactionResult createMoneyTransactions ( final IGenericAuthorisationRequest request , final CallerInformation caller ) throws MobiliserServiceException, DataAccessException, TransactionException

Parameters

Returns

a CreateMoneyTransactionResult object containing the details of the created transactions

Exceptions

Usage

Creates the

Transaction

and

Authorisation

for the given

IGenericAuthorisationRequest

.

Notes on transactional semantics:

This operation will run inside its own database transaction. Any failure will trigger a rollback.

a CreateMoneyTransactionResult object containing the details of the created transactions