Skip to main content

BundleSelectionListParams

Extends

Properties

bundle_variant_ids?

bundle_variant_ids?: (string | number)[]

Filter BundleSelections by BundleVariants.


cursor?

cursor?: string

next or previous cursor returned by previous list call

Inherited from

ListParams.cursor


limit?

limit?: number

default is 50, max is 250

Inherited from

ListParams.limit


purchase_item_ids?

purchase_item_ids?: (string | number)[]

Filter BundleSelections by Subscription or Onetime ID.


sort_by?

sort_by?: BundleSelectionsSortBy

sort list by option

Inherited from

ListParams.sort_by


Generated using typedoc-plugin-markdown and TypeDoc