WithdrawalReadServiceInterface
in
Interface WithdrawalReadServiceInterface
Tags
Table of Contents
- getAll() : WithdrawalCollection
- Returns withdrawal entities as collection.
- getById() : Withdrawal
- Returns withdrawal entity by given id.
Methods
getAll()
Returns withdrawal entities as collection.
public
getAll() : WithdrawalCollection
Return values
WithdrawalCollection —getById()
Returns withdrawal entity by given id.
public
getById(IdType $withdrawalId) : Withdrawal
Parameters
- $withdrawalId : IdType