| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for this block. | |
| type | String | Identifies the block variant and determines which additional properties are present in it. | |
| tags | List<String> | Semantic labels attached to this block. | [optional] |
| operator | OperatorEnum | An indicator of how the block compares its elements. | |
| profile | ProfileEnum | The customer profile to check against the audience. `Current` targets the customer in the current session; `Advocate` targets the person who invited their friend via referral program. | |
| audience | CheckAudienceBlock1Audience | ||
| onFailure | List<PromotionBlock> | Promotion blocks evaluated when this block fails or returns false. | [optional] |
| Name | Value |
|---|---|
| MEMBER | "member" |
| NOT_MEMBER_ | "not(member)" |
| JUST_JOINED | "justJoined" |
| JUST_LEFT | "justLeft" |
| Name | Value |
|---|---|
| CURRENT | "Current" |
| ADVOCATE | "Advocate" |