AgreementAccessRepositoryInterface

Extends

package

Default

Methods

Returns the agreements by the provided customer email address.

getAgreementsByCustomerEmail(\StringType $customerEmail) : \AgreementCollection

Arguments

$customerEmail

\StringType

Response

\AgreementCollection

Returns all agreement entities as an array.

getAll() : \AgreementCollection

Returns an agreement entity by the provided id.

getById(\IdType $id) : \Agreement

Arguments

$id

\IdType

Response

\Agreement