String get customerEmail => _customerEmail;
set customerEmail(String customer_email) { _customerEmail = customer_email; }