| Name | Type | Description | Notes |
|---|---|---|---|
| altChildEmailCommunicationSequenceSteps | List<EmailCommseqStep> | Array of child steps for the alternate path | [optional] |
| childEmailCommunicationSequenceSteps | List<EmailCommseqStep> | Array of child steps | [optional] |
| emailCommunicationSequenceStepUuid | String | Email commseq step UUID | [optional] |
| emailPendingReview | Boolean | True if the content of the email associated with this step is pending review by UltraCart | [optional] |
| emailRejected | Boolean | True if the content of the email associated with this step was rejected during review by UltraCart | [optional] |
| emailRequiresReview | Boolean | True if the content of the email associated with this step requires review by UltraCart | [optional] |
| filterProfileEquationJson | String | Filter profile equation JSON | [optional] |
| merchantNotes | String | Internal merchant notes | [optional] |
| stepConfigJson | String | Arbitrary Configuration for a step | [optional] |
| type | TypeEnum | Type of step | [optional] |
| Name | Value |
|---|---|
| BEGIN | "begin" |
| WAIT | "wait" |
| "email" | |
| MERGE | "merge" |
| CONDITION | "condition" |
| END | "end" |