# SwiftShiftApi.Organization

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**legacyId** | **Number** |  | [optional] 
**name** | **String** |  | 
**displayName** | **String** |  | [optional] 
**state** | **Number** |  | [optional] [default to StateEnum.0]
**type** | **Number** |  | [optional] [default to TypeEnum.1]
**description** | **String** |  | [optional] 
**externalId** | **String** |  | [optional] 
**creationDate** | **Number** |  | [optional] 
**lastModifiedDate** | **Number** |  | [optional] 
**active** | **Boolean** |  | [optional] 
**logoUrl** | **String** |  | [optional] 
**unverifiedPool** | **Boolean** |  | [optional] 
**sendShiftsToBoosts** | **[String]** |  | [optional] 
**sendUsersToBoosts** | **[String]** |  | [optional] 
**settingWeekStart** | **Number** |  | [optional] [default to 1]
**settingTimezone** | **String** |  | [optional] [default to &#39;America/New_York&#39;]
**settingShiftPublishInterval** | **Number** |  | [optional] [default to 10]
**settingSmsExclusionTimeStart** | **String** |  | [optional] [default to &#39;22:00:00&#39;]
**settingSmsExclusionTimeEnd** | **String** |  | [optional] [default to &#39;06:00:00&#39;]
**settingRequireHipaaCompliance** | **Boolean** |  | [optional] [default to false]
**settingCurrencyCode** | **String** |  | [optional] 
**settingUseOffsiteLocation** | **Boolean** |  | [optional] [default to false]
**settingShareStaff** | **Boolean** |  | [optional] [default to true]
**settingEmployeeRoleManagementAllowed** | **Boolean** |  | [optional] [default to true]
**settingSwapAllowed** | **Boolean** |  | [optional] [default to true]
**settingSwapManagerApprovalRequired** | **Boolean** |  | [optional] [default to true]
**settingAddressStrategy** | **Number** |  | [optional] [default to SettingAddressStrategyEnum.0]
**settingClientNameScheduledShifts** | **Number** |  | [optional] [default to SettingClientNameScheduledShiftsEnum.4]
**settingClientNameOpenShifts** | **Number** |  | [optional] [default to SettingClientNameOpenShiftsEnum.4]
**settingJobroleLabel** | **String** |  | [optional] [default to &#39;Role&#39;]
**settingSwapBufferTime** | **Number** |  | [optional] [default to 1]
**settingEmployeeSkillManagementAllowed** | **Boolean** |  | [optional] [default to true]
**settingRolesAndServices** | **Number** |  | [optional] [default to SettingRolesAndServicesEnum.0]
**settingSkillsEnabed** | **Boolean** |  | [optional] [default to true]
**settingSmsEnabled** | **Boolean** |  | [optional] [default to true]
**settingPnEnabled** | **Boolean** |  | [optional] [default to true]
**settingEmailEnabled** | **Boolean** |  | [optional] [default to false]
**settingBoostEnabled** | **Boolean** |  | [optional] [default to true]
**settingPayRateSkilled** | **Number** |  | [optional] [default to 3]
**settingPayRateUnskilled** | **Number** |  | [optional] [default to 1]
**settingBoostTcApproved** | **Boolean** |  | [optional] [default to false]
**settingDigestNotificationEnabled** | **Boolean** |  | [optional] [default to true]
**settingAdHocNotificationEnabled** | **Boolean** |  | [optional] [default to true]
**settingEmployeeToEmployeeChatEnabled** | **Boolean** |  | [optional] [default to false]
**settingClockInOutEnabled** | **Boolean** |  | [optional] [default to false]
**settingRequiredBoostHours** | **Number** |  | [optional] [default to 0]
**settingAutoRepublishNotificationEnabled** | **Boolean** |  | [optional] [default to true]


<a name="StateEnum"></a>
## Enum: StateEnum


* `0` (value: `0`)

* `1` (value: `1`)

* `2` (value: `2`)

* `3` (value: `3`)




<a name="TypeEnum"></a>
## Enum: TypeEnum


* `1` (value: `1`)

* `2` (value: `2`)

* `3` (value: `3`)

* `4` (value: `4`)

* `5` (value: `5`)

* `6` (value: `6`)

* `254` (value: `254`)

* `255` (value: `255`)




<a name="SettingAddressStrategyEnum"></a>
## Enum: SettingAddressStrategyEnum


* `0` (value: `0`)

* `1` (value: `1`)




<a name="SettingClientNameScheduledShiftsEnum"></a>
## Enum: SettingClientNameScheduledShiftsEnum


* `0` (value: `0`)

* `1` (value: `1`)

* `2` (value: `2`)

* `3` (value: `3`)

* `4` (value: `4`)




<a name="SettingClientNameOpenShiftsEnum"></a>
## Enum: SettingClientNameOpenShiftsEnum


* `0` (value: `0`)

* `1` (value: `1`)

* `2` (value: `2`)

* `3` (value: `3`)

* `4` (value: `4`)




<a name="SettingRolesAndServicesEnum"></a>
## Enum: SettingRolesAndServicesEnum


* `0` (value: `0`)

* `1` (value: `1`)

* `2` (value: `2`)




