PurchaseFollowUpStoreConfigurationCommandDto
Represents a command associated with the store-level purchase follow uo configuration.
commandstringRequired
The command to execute.
idFlakeIdRequired
online_onlybooleanRequired
Indicates if the command should be executed if the player is online.
store_idFlakeIdRequired
Example
{
"command": "string",
"id": "411486491630370816",
"online_only": true,
"store_id": "411486491630370816"
}