WithdrawalReadService
in
Interface WithdrawalReadService
Table of Contents
- getWithdrawalById() : Withdrawal
- Returns a specific withdrawal based on the given ID.
- getWithdrawals() : Withdrawals
- Returns all available withdrawals.
Methods
getWithdrawalById()
Returns a specific withdrawal based on the given ID.
public
getWithdrawalById(int $id) : Withdrawal
Parameters
- $id : int
Tags
Return values
Withdrawal —getWithdrawals()
Returns all available withdrawals.
public
getWithdrawals() : Withdrawals