| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
ID and DB Primary Key of the Flag |
integer |
Required |
| Description |
Name of the marketing flag to display to the operator in the UI. |
string |
Required String length: inclusive between 0 and 150 |
| ExtDescription |
Extended Description that gives a more detailed explaination about what this options means in practice. |
string |
Required String length: inclusive between 0 and 3000 |
| Children |
An array of sub-options for this flag. |
Collection of EskimoClassLibraries.clsMarketingFlag |
None. |
| FlagType |
Controls how the flag should be displayed in the UI |
EskimoClassLibraries.clsMarketingFlag+FlagTypeEnum |
None. |
| Active |
Determines if the flag is active and should be displayed in the UI |
boolean |
None. |
| DefaultValue |
The default state of the flag |
boolean |
None. |
| OrderBy |
Determines the order in which to display the items in the UI |
integer |
None. |