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 | \TalonOne\Client\Model\SlotDef[] | The slots defined for this application. | |
functions | \TalonOne\Client\Model\FunctionDef[] | The functions defined for this application. | |
templates | \TalonOne\Client\Model\TemplateDef[] | The templates defined for this application. | |
variables | string | A stringified version of the environment's Talang variables scope. | |
giveawaysPools | \TalonOne\Client\Model\GiveawaysPool[] | The giveaways pools that the application is subscribed to. | [optional] |
loyaltyPrograms | \TalonOne\Client\Model\LoyaltyProgram[] | The loyalty programs that the application is subscribed to. | [optional] |
achievements | \TalonOne\Client\Model\Achievement[] | The achievements, linked to the campaigns, belonging to the application. | [optional] |
attributes | \TalonOne\Client\Model\Attribute[] | The attributes that the application is subscribed to. | [optional] |
additionalCosts | \TalonOne\Client\Model\AccountAdditionalCost[] | The additional costs that the application is subscribed to. | [optional] |
audiences | \TalonOne\Client\Model\Audience[] | The audiences contained in the account which the application belongs to. | [optional] |
collections | \TalonOne\Client\Model\Collection[] | The account-level collections that the application is subscribed to. | [optional] |
applicationCartItemFilters | \TalonOne\Client\Model\ApplicationCIF[] | The cart item filters belonging to the Application. | [optional] |