String get customerGivenName => _customerGivenName;
set customerGivenName(String customer_name) { _customerGivenName = customer_name; }