WithdrawalRepositoryInterface

Extends

Interface WithdrawalRepositoryInterface

category

System

package

Withdrawal

subpackage

Repositories

Methods

Deletes withdrawal entity from database

delete(\WithdrawalInterface $withdrawal) : $this|\WithdrawalRepositoryInterface

Arguments

$withdrawal

\WithdrawalInterface

Withdrawal entity to be deleted.

Response

$this|\WithdrawalRepositoryInterface

Same instance for chained method calls.

Saves withdrawal entity in database.

store(\WithdrawalInterface $withdrawal) : $this|\WithdrawalRepositoryInterface

Arguments

$withdrawal

\WithdrawalInterface

Withdrawal entity to be saved.

Response

$this|\WithdrawalRepositoryInterface

Same instance for chained method calls.