AgreementReadServiceInterface

Extends

Interface AgreementReadServiceInterface

category

Core

package

Agreement

subpackage

Interfaces

Methods

Returns the agreements by the provided customer email address.

getAgreementsByCustomerEmail(\StringType $customerEmailAddress) : \AgreementCollection

Arguments

$customerEmailAddress

\StringType

Response

\AgreementCollection

Returns all agreement entities.

getAll() : \AgreementCollection

Returns an agreement entity by the provided id.

getById(\IdType $id) : \Agreement

Arguments

$id

\IdType

Response

\Agreement