Typescript SDK Type Docs
    Preparing search index...

    Interface SetApplicationAgreementNameUpdateAction

    interface SetApplicationAgreementNameUpdateAction {
        action: "setAgreementName";
        agreementId: string;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "setAgreementName"

    Type of update action to be performed on the Application.

    agreementId: string

    ID of the agreement to update.

    name: string

    New name for the agreement.