interface CustomerTransitionExecution {
    additionalComment?: AdditionalComment;
    id?: string;
}

Hierarchy (view full)

Properties

additionalComment?: AdditionalComment
id?: string

ID of the transition to be performed.