AgreementCustomer

Implements \AgreementCustomerInterface

Interface AgreementCustomerInterface

category

System

package

Agreement

subpackage

ValueObjects

Methods

AgreementCustomer constructor.

__construct(\StringType $customerName, \CustomerEmailInterface $customerEmail) 

Arguments

$customerName

\StringType

Customer name.

$customerEmail

\CustomerEmailInterface

Customer email.

Returns the customers email.

getCustomerEmail() : string

Response

string

Customer email.

Returns the customers name.

getCustomerName() : string

Response

string

Customer name.

Properties

customerName

customerName : string
var

Type(s)

string

customerEmail

customerEmail : \CustomerEmailInterface