Typescript SDK Type Docs
    Preparing search index...

    Interface SetApplicationAgreementTypeUpdateAction

    interface SetApplicationAgreementTypeUpdateAction {
        action: "setAgreementType";
        agreementId: string;
        type: ApplicationAgreementType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setAgreementType"

    Type of update action to be performed on the Application.

    agreementId: string

    ID of the agreement to update.

    New type for the agreement.