Typescript SDK Type Docs
    Preparing search index...

    Interface SetTypeUpdateAction

    Sets the type of a PaymentIntegration.

    interface SetTypeUpdateAction {
        action: "setType";
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setType"

    Type of update action to be performed on the PaymentIntegration.

    type: string

    Value to set as the type of the PaymentIntegration.