Domain

a.k.a Tenant

Structure

{
  
    String domainKey;
    String emai;
    String country;
    String state;
    String city;
    String address;
    String zipcode;
    String password;
    Locale locale;
    TimeZone timeZone;
    String primaryPhone;
}