setCustomerEmail method

void setCustomerEmail(
  1. String email
)

Implementation

void setCustomerEmail(String email) {
  this.email = email;
}