Typescript SDK Type Docs
    Preparing search index...

    Interface ReorderApplicationAgreementUpdateAction

    interface ReorderApplicationAgreementUpdateAction {
        action: "reorderAgreement";
        agreementIds: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "reorderAgreement"

    Type of update action to be performed on the Application.

    agreementIds: string[]

    Array of agreement IDs.