interface FetchSubscriptionOptions

export interface FetchSubscriptionOptions extends BaseFetchOptions

Options used to fetch a subscription

optional
cache? : boolean = true

Whether to cache the fetched data if it wasn't already

Inherited from: BaseFetchOptions

optional
force? : boolean

Whether to skip the cache check and request the API

Inherited from: BaseFetchOptions

The SKU to fetch the subscription for

subscriptionId : Snowflake

The id of the subscription to fetch