Interface: PlanListParams
Extends
Properties
cursor?
optionalcursor?:string
next or previous cursor returned by previous list call
Inherited from
external_product_id?
optionalexternal_product_id?:string|number
Return the Plans linked to the Product record in Recharge with the indicated external_product_id
limit?
optionallimit?:number
default is 50, max is 250
Inherited from
sort_by?
optionalsort_by?:PlanSortBy
sort list by option
Inherited from
type?
optionaltype?:PlanType
Return the plans that are of a specific type.
updated_at_max?
optionalupdated_at_max?:string
Return the plans updated before the given date.
updated_at_min?
optionalupdated_at_min?:string
Return the plans updated after the given date.