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');
    }