Interface WithdrawalAccessRepositoryInterface

Interface WithdrawalAccessRepositoryInterface

Direct known implementers

WithdrawalAccessRepository

Methods summary

public getAll( void ) : WithdrawalCollection

Returns all withdrawal as collection.

public getById( IdType $withdrawalId ) : Withdrawal

Returns withdrawal entity by given id.