Typescript SDK Type Docs
    Preparing search index...

    Interface SetNameUpdateAction

    Sets the name of a PaymentIntegration.

    interface SetNameUpdateAction {
        action: "setName";
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setName"

    Type of update action to be performed on the PaymentIntegration.

    name: string

    Value to set as the name of the PaymentIntegration.