Typescript SDK Type Docs
    Preparing search index...

    Interface SetSortingInfoUpdateAction

    Sets the sorting info of a PaymentIntegration.

    interface SetSortingInfoUpdateAction {
        action: "setSortingInfo";
        sortingInfo?: SortingInfo;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setSortingInfo"

    Type of update action to be performed on the PaymentIntegration.

    sortingInfo?: SortingInfo

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