WithdrawalReaderInterface
in
Interface WithdrawalReaderInterface
Tags
Table of Contents
- getAll() : array<string|int, mixed>
- Returns all withdrawal entities as array
- getById() : array<string|int, mixed>
- Returns withdrawal entity data by the given id.
Methods
getAll()
Returns all withdrawal entities as array
public
getAll() : array<string|int, mixed>
Return values
array<string|int, mixed> —getById()
Returns withdrawal entity data by the given id.
public
getById(IdType $withdrawalId) : array<string|int, mixed>
Parameters
- $withdrawalId : IdType