Typescript SDK Type Docs
    Preparing search index...

    Interface SetDisplayInfoDescriptionUpdateAction

    Sets the display info description of a PaymentIntegration.

    interface SetDisplayInfoDescriptionUpdateAction {
        action: "setDisplayInfoDescription";
        description?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setDisplayInfoDescription"

    Type of update action to be performed on the PaymentIntegration.

    description?: LocalizedString

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