# OrganizationModuleSettingsTranslation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**organizationId** | **string** |  | [default to undefined]
**locale** | **string** |  | [default to undefined]
**supportAutoResolveMessage** | **string** |  | [optional] [default to undefined]
**eventConfirmationEmailBody** | **string** |  | [default to undefined]
**eventCancellationEmailBody** | **string** |  | [default to undefined]
**eventReminderEmailBody** | **string** |  | [default to undefined]
**eventApprovalEmailBody** | **string** |  | [default to undefined]
**eventDenialEmailBody** | **string** |  | [default to undefined]
**eventTransferEmailBody** | **string** |  | [default to undefined]
**eventAbandonedRegistrationEmailBody** | **string** |  | [default to undefined]

## Example

```typescript
import { OrganizationModuleSettingsTranslation } from '@connectedxm/admin-sdk';

const instance: OrganizationModuleSettingsTranslation = {
    organizationId,
    locale,
    supportAutoResolveMessage,
    eventConfirmationEmailBody,
    eventCancellationEmailBody,
    eventReminderEmailBody,
    eventApprovalEmailBody,
    eventDenialEmailBody,
    eventTransferEmailBody,
    eventAbandonedRegistrationEmailBody,
};
```

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