Typescript SDK Type Docs
    Preparing search index...

    Interface SetDisplayInfoLabelUpdateAction

    Sets the display info label of a PaymentIntegration.

    interface SetDisplayInfoLabelUpdateAction {
        action: "setDisplayInfoLabel";
        label?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setDisplayInfoLabel"

    Type of update action to be performed on the PaymentIntegration.

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