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

reject() public method

public reject ( )
    public function reject()
    {
        $this->state = $this->state->reject();
        $this->wasRejectedAt = new \DateTimeImmutable();
    }