interface FetchSubscriptionsOptions

export interface FetchSubscriptionsOptions

Options used to fetch subscriptions

optional
after? : Snowflake

Consider only subscriptions after this subscription id

optional
before? : Snowflake

Consider only subscriptions before this subscription id

optional
limit? : number

The maximum number of subscriptions to fetch

The SKU to fetch subscriptions for

The user to fetch entitlements for If both before and after are provided, only before is respected