Typescript SDK Type Docs
    Preparing search index...

    Interface SetDisplayInfoUpdateAction

    interface SetDisplayInfoUpdateAction {
        action: "setDisplayInfo";
        displayInfo?: DisplayInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setDisplayInfo"

    Type of update action to be performed on the PaymentIntegration.

    displayInfo?: DisplayInfo

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