| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | The internal ID of this entity. | |
| created | OffsetDateTime | The time this entity was created. | |
| applicationId | Long | The ID of the Application that owns this entity. | |
| slots | List<SlotDef> | The slots defined for this application. | |
| functions | List<FunctionDef> | The functions defined for this application. | |
| templates | List<TemplateDef> | The templates defined for this application. | |
| variables | String | A stringified version of the environment's Talang variables scope. | |
| giveawaysPools | List<GiveawaysPool> | The giveaways pools that the application is subscribed to. | [optional] |
| loyaltyPrograms | List<LoyaltyProgram> | The loyalty programs that the application is subscribed to. | [optional] |
| achievements | List<Achievement> | The achievements, linked to the campaigns, belonging to the application. | [optional] |
| attributes | List<Attribute> | The attributes that the application is subscribed to. | [optional] |
| additionalCosts | List<AccountAdditionalCost> | The additional costs that the application is subscribed to. | [optional] |
| audiences | List<Audience> | The audiences contained in the account which the application belongs to. | [optional] |
| collections | List<Collection> | The account-level collections that the application is subscribed to. | [optional] |
| applicationCartItemFilters | List<ApplicationCIF> | The cart item filters belonging to the Application. | [optional] |
| priceTypes | List<PriceType> | The price types that this Application can use. | [optional] |