AgreementReaderInterface

Extends

Interface AgreementReaderInterface

category

System

package

Agreement

subpackage

Repositories

Methods

Returns the agreements by the provided customer email address.

getAgreementsByCustomerEmail(\IdType $customerEmail) : array

Arguments

$customerEmail

\IdType

Response

array

Returns all agreement entities as an array.

getAll() : array

Response

array

Returns an agreement entity by the provided id.

getById(\IdType $id) : array

Arguments

$id

\IdType

Response

array