Generated after an Approval Flow is completed and reaches a final status.

interface ApprovalFlowCompletedMessagePayload {
    order: OrderReference;
    status: string;
    type: "ApprovalFlowCompleted";
}

Properties

Properties

Reference to the Order related to the completed Approval Flow.

status: string

Final status of the Approval Flow.

type: "ApprovalFlowCompleted"