{
  "id": 7,
  "type": "generic",
  "identifier": "program_1",
  "audience_id": 421,
  "name": { "en": "Name", "pl": "Nazwa" },
  "description": { "en": "Description", "pl": "Opis" },
  "conditions": { "en": "Conditions", "pl": "Wymogi" },
  "created_at": "2023-11-27T15:46:25.513131Z",
  "updated_at": "2023-11-27T15:46:25.513131Z",
  "archived_at": null
}| Key | Type | Static? | Required? | Description | 
|---|---|---|---|---|
| id | integer | yes | yes | |
| audience_id | integer | no | yes | Audience that defines conditions for benefit to be active for member | 
| type | enum: ['generic', 'parking'] | no | yes | |
| identifier | string | no | yes | |
| name | LocalizedContent | no | no | |
| description | LocalizedContent | no | no | |
| conditions | LocalizedContent | no | no | Natural language representation of audience conditions | 
| created_at | datetime | yes | yes | |
| updated_at | datetime | yes | yes | |
| archived_at | datetime | yes | yes |