Interface: SubscriptionListParams
Extends
Properties
address_id?
optionaladdress_id?:string|number
Return the subscriptions linked to the given address_id.
address_ids?
optionaladdress_ids?: (string|number)[]
Return the subscriptions linked to the given address_ids.
bundles_only?
optionalbundles_only?:true
Return only the subscriptions on an active, published bundle. Only true is accepted; omit the field to list all subscriptions.
created_at_max?
optionalcreated_at_max?:string
Return the subscriptions created before the given date.
created_at_min?
optionalcreated_at_min?:string
Return the subscriptions created after the given date.
cursor?
optionalcursor?:string
next or previous cursor returned by previous list call
Inherited from
external_variant_id?
optionalexternal_variant_id?:string
Return the subscriptions linked to the given external_variant_id
ids?
optionalids?: (string|number)[]
List of subscription_ids to filter
include?
optionalinclude?:SubscriptionIncludes[]
Include related data options
limit?
optionallimit?:number
default is 50, max is 250
Inherited from
sort_by?
optionalsort_by?:SubscriptionSortBy
sort list by option
Inherited from
status?
optionalstatus?:SubscriptionStatus
Return the subscriptions with specified status.
updated_at_max?
optionalupdated_at_max?:string
Return the subscriptions updated before the given date.
updated_at_min?
optionalupdated_at_min?:string
Return the subscriptions updated after the given date.