Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
ApplicationId | int | 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] |