getCustomerEmail method

String getCustomerEmail()

Implementation

String getCustomerEmail() {
  return this.customerEmail;
}