Dumplie\CustomerService\Domain\PaymentState\Rejected::pay PHP Méthode

pay() public méthode

public pay ( ) : Dumplie\CustomerService\Domain\PaymentState
Résultat Dumplie\CustomerService\Domain\PaymentState
    public function pay() : PaymentState
    {
        throw InvalidTransitionException::finalState('rejected');
    }