@gradientedge/commercetools-utils
    Preparing search index...

    Interface ApprovalFlowRejection

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

    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.