WithdrawalAccessRepositoryInterface

Extends

Interface WithdrawalAccessRepositoryInterface

category

System

package

Withdrawal

subpackage

Repositories

Methods

Returns all withdrawal as collection.

getAll() : \WithdrawalCollection

Returns withdrawal entity by given id.

getById(\IdType $withdrawalId) : \Withdrawal

Arguments

$withdrawalId

\IdType

IdType of entity to be returned.

Response

\Withdrawal