Interface Tenant


public interface Tenant
Tenant interface provides information about particular tenant.
  • Method Details

    • getId

      String getId()
      Returns:
      the tenant unique id.
    • getAccount

      Account getAccount()
      Returns:
      the account to which current tenant belongs.