Typescript SDK Type Docs
    Preparing search index...

    Interface SetApplicationAgreementStatusUpdateAction

    interface SetApplicationAgreementStatusUpdateAction {
        action: "setAgreementStatus";
        agreementId: string;
        status: ApplicationAgreementStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setAgreementStatus"

    Type of update action to be performed on the Application.

    agreementId: string

    ID of the agreement to update.

    New status for the agreement.