WithdrawalDeleterInterface

Extends

Interface WithdrawalDeleterInterface

category

System

package

Withdrawal

subpackage

Repositories

Methods

Deletes withdrawal entity data in database.

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

Arguments

$withdrawal

\WithdrawalInterface

Withdrawal entity to be delete.

Response

$this|\WithdrawalDeleterInterface

Same instance for chained method calls.