Dumplie\CustomerService\Domain\Payment::reject PHP 메소드

reject() 공개 메소드

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