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