Class AgreementWriteService
This class provides methods in order to store and delete agreements.
category |
System |
---|---|
package |
Agreement |
implements |
AgreementWriteServiceInterface |
__construct(\AgreementFactory $factory)
createCustomer(\StringType $customerName, \CustomerEmailInterface $customerEmail) : \AgreementCustomer
delete(\AgreementInterface $agreement) : $this|\AgreementWriteServiceInterface
\AgreementInterface
$this|\AgreementWriteServiceInterface
Same instance for chained method calls.
store(\AgreementInterface $agreement) : $this|\AgreementWriteServiceInterface
\AgreementInterface
$this|\AgreementWriteServiceInterface
Same instance for chained method calls.