@sumup/sdk
    Preparing search index...

    Type Alias ListMembershipsQueryParams

    type ListMembershipsQueryParams = {
        kind?: "merchant";
        limit?: number;
        offset?: number;
        "resource.attributes.sandbox"?: boolean;
    }
    Index

    Properties

    kind?: "merchant"

    The kind of the membership resource. Possible values are:

    • merchant - merchant account(s)
    limit?: number
    offset?: number
    "resource.attributes.sandbox"?: boolean