Customer name.
String? get tenant => _tenant;
set tenant(String? val) { _tenant = val; _setTenant(val); }