Typescript SDK Type Docs
    Preparing search index...

    Interface SetKeyUpdateAction

    Sets or unsets the key of a PaymentIntegration.

    interface SetKeyUpdateAction {
        action: "setKey";
        key?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setKey"

    Type of update action to be performed on the PaymentIntegration.

    key?: string

    Value to set. If empty, any existing value will be removed.