Dumplie\CustomerService\Domain\Payment::isRejected PHP Method

isRejected() public method

public isRejected ( ) : boolean
return boolean
    public function isRejected() : bool
    {
        return $this->state instanceof Rejected;
    }