
# Ux Settings Model

## Structure

`UxSettingsModel`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `displayedInstallmentOptions` | `?(int[])` | Optional | - | getDisplayedInstallmentOptions(): ?array | setDisplayedInstallmentOptions(?array displayedInstallmentOptions): void |

## Example (as JSON)

```json
{
  "DisplayedInstallmentOptions": [
    179,
    180,
    181
  ]
}
```

