@typed-discord/rest
Preparing search index...
types
SubscriptionResponse
Function SubscriptionResponse
SubscriptionResponse
(
id
:
`
${
bigint
}
`
,
user_id
:
`
${
bigint
}
`
,
sku_ids
:
`
${
bigint
}
`
[]
,
renewal_sku_ids
:
`
${
bigint
}
`
[]
|
null
,
entitlement_ids
:
`
${
bigint
}
`
[]
,
current_period_start
:
string
,
current_period_end
:
string
,
status
:
SubscriptionResponseStatusType
,
canceled_at
:
string
|
null
,
optional
?:
Omit
<
SubscriptionResponse
,
|
"id"
|
"user_id"
|
"status"
|
"sku_ids"
|
"renewal_sku_ids"
|
"entitlement_ids"
|
"current_period_start"
|
"current_period_end"
|
"canceled_at"
,
>
,
)
:
SubscriptionResponse
Parameters
id
:
`
${
bigint
}
`
user_id
:
`
${
bigint
}
`
sku_ids
:
`
${
bigint
}
`
[]
renewal_sku_ids
:
`
${
bigint
}
`
[]
|
null
entitlement_ids
:
`
${
bigint
}
`
[]
current_period_start
:
string
current_period_end
:
string
status
:
SubscriptionResponseStatusType
canceled_at
:
string
|
null
Optional
optional
:
Omit
<
SubscriptionResponse
,
|
"id"
|
"user_id"
|
"status"
|
"sku_ids"
|
"renewal_sku_ids"
|
"entitlement_ids"
|
"current_period_start"
|
"current_period_end"
|
"canceled_at"
,
>
Returns
SubscriptionResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...