Defines customer cockpit details.
| Name | Type | Description |
|---|---|---|
| campaignsOverviewEnabled | Boolean | Indicates if the campaign overview is turned on for customers. |
| loyaltyEnabled | Boolean | Indicates if the loyalty campaign overview is turned on for customers. |
| giftCardsEnabled | Boolean | Indicates if the gift card overview is turned on for customers. |
| couponsEnabled | Boolean | Indicates if the discount coupon overview is turned on for customers. |
| referralsEnabled | Boolean | Indicates if the referral campaign overview is turned on for customers. |
| theme | ThemeEnum | Determines the color scheme of the customer cockpit. |
| useCustomDoubleOptInRedirectUrl | Boolean | Indicates if the double opt-in option is turned on. |
| customDoubleOptInRedirectUrl | String | Defines the URL for the double opt-in consent. |
| Name | Value |
|---|---|
| ORANGE | "orange" |
| GREEN | "green" |
| DARK_GREEN | "dark-green" |
| BLUE | "blue" |
| PURPLE | "purple" |
| RED | "red" |
| GREY | "grey" |