Skip to main content

SubscriptionListParams

Extends

Properties

address_id?

address_id?: string | number

Return the subscriptions linked to the given address_id.


address_ids?

address_ids?: (string | number)[]

Return the subscriptions linked to the given address_ids.


created_at_max?

created_at_max?: string

Return the subscriptions created before the given date.


created_at_min?

created_at_min?: string

Return the subscriptions created after the given date.


cursor?

cursor?: string

next or previous cursor returned by previous list call

Inherited from

ListParams.cursor


external_variant_id?

external_variant_id?: string

Return the subscriptions linked to the given external_variant_id


ids?

ids?: (string | number)[]

List of subscription_ids to filter


include?

include?: SubscriptionIncludes[]

Include related data options


limit?

limit?: number

default is 50, max is 250

Inherited from

ListParams.limit


sort_by?

sort_by?: SubscriptionSortBy

sort list by option

Inherited from

ListParams.sort_by


status?

status?: SubscriptionStatus

Return the subscriptions with specified status.


updated_at_max?

updated_at_max?: string

Return the subscriptions updated before the given date.


updated_at_min?

updated_at_min?: string

Return the subscriptions updated after the given date.


Generated using typedoc-plugin-markdown and TypeDoc