WithdrawalWriterInterface

Extends

Interface WithdrawalWriterInterface

category

System

package

Withdrawal

subpackage

Repositories

Methods

Saves withdrawal entity data in database.

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

Arguments

$withdrawal

\WithdrawalInterface

Withdrawal to be saved.

Response

$this|\WithdrawalWriterInterface

Same instance for chained method calls.

Updates withdrawal entity data in database.

update(\WithdrawalInterface $withdrawal) : $this|\WithdrawalWriterInterface

Arguments

$withdrawal

\WithdrawalInterface

Withdrawal to be updated.

Response

$this|\WithdrawalWriterInterface

Same instance for chained method calls.