Interface AgreementWriteServiceInterface
category |
Core |
---|---|
package |
Agreement |
subpackage |
Interfaces |
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.