phpDocumentor

WithdrawalWriteService

Interface WithdrawalWriteService

Table of Contents

createMultipleWithdrawals()  : WithdrawalIds
Creates multiple withdrawals and returns their IDs.
createWithdrawal()  : WithdrawalId
Creates a new withdrawals and returns its ID.
deleteWithdrawals()  : void
Deletes withdrawals based on the given IDs.
storeWithdrawals()  : void
Stores multiple withdrawals.

Methods

createMultipleWithdrawals()

Creates multiple withdrawals and returns their IDs.

public createMultipleWithdrawals(array<string|int, mixed> ...$creationArguments) : WithdrawalIds
Parameters
$creationArguments : array<string|int, mixed>

Provided array must contain arguments like they are used in the single creation method. Provide multiple arrays for multi creation.

Tags
throws
CreationOfWithdrawalFailedException
Return values
WithdrawalIds

Search results