interface ApprovalFlowRejection {
    reason?: string;
    rejectedAt: string;
    rejecter: Associate;
}

Properties

reason?: string

The reason for the rejection of the Approval Flow.

rejectedAt: string

Date and time (UTC) the Approval Flow was rejected.

rejecter: Associate

Associate who rejected the Approval Flow.