# OrganizationSetup

Response representation of the organization setup details

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | [**Address**](Address.md) |  | [optional] [default to undefined]
**creationDate** | **string** | The creation date of the organization | [optional] [readonly] [default to undefined]
**currency** | **string** | The currency of the organization, must be the same as the existing one | [optional] [readonly] [default to undefined]
**dateFormat** | **string** | The format used to represent the date | [default to undefined]
**dateTimeFormat** | **string** | The format used to represent the time and date | [default to undefined]
**decimalSeparator** | **string** | Response representation of the decimal separator | [default to undefined]
**emailAddress** | **string** | The email address of the organization | [optional] [default to undefined]
**institutionName** | **string** | The name of the organization | [default to undefined]
**lastModifiedDate** | **string** | The last modified date of the organization | [optional] [readonly] [default to undefined]
**phoneNumber** | **string** | The phone number of the organization | [optional] [default to undefined]
**timeZoneID** | **string** | The timezone id, must be the same as the existing one | [optional] [readonly] [default to undefined]

## Example

```typescript
import { OrganizationSetup } from './api';

const instance: OrganizationSetup = {
    address,
    creationDate,
    currency,
    dateFormat,
    dateTimeFormat,
    decimalSeparator,
    emailAddress,
    institutionName,
    lastModifiedDate,
    phoneNumber,
    timeZoneID,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
