Interface AgreementWriteServiceInterface

Interface AgreementWriteServiceInterface

Direct known implementers

AgreementWriteService

Methods summary

public create( void ) : Agreement

Returns an agreement entity.

public createCustomer( StringType $customerName, CustomerEmailInterface $customerEmail ) : AgreementCustomer

Returns an agreement customer.

public store( AgreementInterface $agreement ) :

Stores the provided agreement.

public delete( AgreementInterface $agreement ) :

Deletes the provided agreement.