AgreementCustomerInterface
in
Interface AgreementCustomerInterface
Tags
Table of Contents
- getCustomerEmail() : string
- Returns the customers email.
- getCustomerName() : string
- Returns the customers name.
Methods
getCustomerEmail()
Returns the customers email.
public
getCustomerEmail() : string
Return values
string —Customer email.
getCustomerName()
Returns the customers name.
public
getCustomerName() : string
Return values
string —Customer name.