# Organization

Response representation of the organization configuration details

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | [**AddressDetails**](AddressDetails.md) |  | [optional] [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]
**localDateFormat** | **string** | The format used to represent the date | [default to undefined]
**localDateTimeFormat** | **string** | The format used to represent the time and date | [default to undefined]
**phoneNumber** | **string** | The phone number of the organization | [optional] [default to undefined]

## Example

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

const instance: Organization = {
    address,
    decimalSeparator,
    emailAddress,
    institutionName,
    localDateFormat,
    localDateTimeFormat,
    phoneNumber,
};
```

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