Skip to main content

PlanListParams

Extends

Properties

cursor?

cursor?: string

next or previous cursor returned by previous list call

Inherited from

ListParams.cursor


external_product_id?

external_product_id?: string | number

Return the Plans linked to the Product record in Recharge with the indicated external_product_id


limit?

limit?: number

default is 50, max is 250

Inherited from

ListParams.limit


sort_by?

sort_by?: PlanSortBy

sort list by option

Inherited from

ListParams.sort_by


type?

type?: PlanType

Return the plans that are of a specific type.


updated_at_max?

updated_at_max?: string

Return the plans updated before the given date.


updated_at_min?

updated_at_min?: string

Return the plans updated after the given date.


Generated using typedoc-plugin-markdown and TypeDoc