Class AgreementCustomer

Interface AgreementCustomerInterface

AgreementCustomer implements AgreementCustomerInterface

Methods summary

public __construct( StringType $customerName, CustomerEmailInterface $customerEmail )

AgreementCustomer constructor.

public getCustomerName( void ) : string

Returns the customers name.

public getCustomerEmail( void ) : string

Returns the customers email.

Properties summary

protected $customerName : string