Dumplie\CustomerService\Tests\AbstractCustomerServiceContext::payments PHP Method

payments() public method

public payments ( ) : Dumplie\CustomerService\Domain\Payments
return Dumplie\CustomerService\Domain\Payments
    public function payments() : Payments
    {
        return $this->payments;
    }