PHP Class Dumplie\CustomerService\Domain\PaymentState\Unpaid

Inheritance: implements Dumplie\CustomerService\Domain\PaymentState
Datei anzeigen Open project: dumplie/dumplie

Public Methods

Method Description
pay ( ) : Dumplie\CustomerService\Domain\PaymentState
reject ( ) : Dumplie\CustomerService\Domain\PaymentState

Method Details

pay() public method

public pay ( ) : Dumplie\CustomerService\Domain\PaymentState
return Dumplie\CustomerService\Domain\PaymentState

reject() public method

public reject ( ) : Dumplie\CustomerService\Domain\PaymentState
return Dumplie\CustomerService\Domain\PaymentState