Typescript SDK Type Docs
    Preparing search index...

    Interface SetDisplayInfoLogoUrlUpdateAction

    Sets the display info logo URL of a PaymentIntegration.

    interface SetDisplayInfoLogoUrlUpdateAction {
        action: "setDisplayInfoLogoUrl";
        logoUrl?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setDisplayInfoLogoUrl"

    Type of update action to be performed on the PaymentIntegration.

    logoUrl?: LocalizedString

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