export declare class MonetizationAPI
Marks a given entitlement for the user as consumed. Only available for One-Time Purchase consumable SKUs.
See also: https://discord.com/developers/docs/resources/entitlement#consume-an-entitlement
createTestEntitlement) : Promise<Partial<Omit<APIEntitlement, "ends_at" | "starts_at">>> (
Creates a test entitlement for an application's SKU.
See also: https://discord.com/developers/docs/resources/entitlement#create-test-entitlement
Deletes a test entitlement for an application's SKU.
See also: https://discord.com/developers/docs/resources/entitlement#delete-test-entitlement
getEntitlement) : Promise<APIEntitlement> (
Fetches an entitlement for an application.
See also: https://discord.com/developers/docs/resources/entitlement#get-entitlement
getEntitlements) : Promise<RESTGetAPIEntitlementsResult> (
Fetches the entitlements for an application.
See also: https://discord.com/developers/docs/resources/entitlement#list-entitlements
getSKUsapplicationId: Snowflakeoptions?: Pick<RequestData, 'signal'>) : Promise<RESTGetAPISKUsResult> (
Fetches the SKUs for an application.
See also: https://discord.com/developers/docs/resources/sku#list-skus
getSKUSubscription) : Promise<APISubscription> (
Fetches a subscription for an SKU.
See also: https://discord.com/developers/docs/resources/subscription#get-sku-subscription
getSKUSubscriptions) : Promise<RESTGetAPISKUSubscriptionsResult> (
Fetches subscriptions for an SKU.
See also: https://discord.com/developers/docs/resources/subscription#list-sku-subscriptions