These docs are for v3.0.2. Click to read the latest docs for v5.

Domain

a.k.a Tenant

Structure

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