Interface Organization

organization info

interface Organization {
    address: string;
    currencyLocaleKey: string;
    description: string;
    id: string;
    languageLocaleKey: string;
    localeSidKey: string;
    logo: string;
    name: string;
    phone: string;
    primaryContact: string;
    timeZone: string;
}

Properties

address: string

address of the user in organization

currencyLocaleKey: string

currency of the user in organization

description: string

description of the user in organization

id: string

id of the organization

languageLocaleKey: string

language of the user in organization

localeSidKey: string

country of the organization

logo: string

logo of the user in organization

name: string

name of the organization

phone: string

phone of the user in organization

primaryContact: string

primary contact of the organization

timeZone: string

time zone of the user in organization