setCustomerEmail method

void setCustomerEmail(
  1. String customerEmail
)

Implementation

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