Skip to main content

Interface: PlanListParams

Extends

Properties

cursor?

optional cursor: string

next or previous cursor returned by previous list call

Inherited from

ListParams.cursor


external_product_id?

optional external_product_id: string | number

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


limit?

optional limit: number

default is 50, max is 250

Inherited from

ListParams.limit


sort_by?

optional sort_by: PlanSortBy

sort list by option

Inherited from

ListParams.sort_by


type?

optional type: PlanType

Return the plans that are of a specific type.


updated_at_max?

optional updated_at_max: string

Return the plans updated before the given date.


updated_at_min?

optional updated_at_min: string

Return the plans updated after the given date.