Dumplie\CustomerService\Domain\OrderState\Sent::refund PHP 메소드

refund() 공개 메소드

public refund ( ) : Dumplie\CustomerService\Domain\OrderState
리턴 Dumplie\CustomerService\Domain\OrderState
    public function refund() : OrderState
    {
        throw InvalidTransitionException::finalState('sent');
    }