interface CustomerTransitionExecutionDto {
    additionalComment?: AdditionalCommentDto;
    id?: string;
}

Properties

additionalComment?: AdditionalCommentDto

Comment explaining the reason for the transition.

id?: string

ID of the transition to be performed.