@@ -12,18 +12,18 @@ Refer to the [Monetization Overview](#DOCS_MONETIZATION_OVERVIEW) for more infor
1212
1313###### Entitlement Structure
1414
15- | Field | Type | Description |
16- | ----------------| -------------------| ---- -----------------------------------------------------------------------------------------|
17- | id | snowflake | ID of the entitlement |
18- | sku_id | snowflake | ID of the SKU |
19- | application_id | snowflake | ID of the parent application |
20- | user_id? | snowflake | ID of the user that is granted access to the entitlement's sku |
21- | type | integer | [ Type of entitlement] ( #DOCS_RESOURCES_ENTITLEMENT/entitlement-object-entitlement-types ) |
22- | deleted | boolean | Entitlement was deleted |
23- | starts_at? | ISO8601 timestamp | Start date at which the entitlement is valid. Not present when using test entitlements. |
24- | ends_at? | ISO8601 timestamp | Date at which the entitlement is no longer valid. Not present when using test entitlements. |
25- | guild_id? | snowflake | ID of the guild that is granted access to the entitlement's sku |
26- | consumed? | boolean | For consumable items, whether or not the entitlement has been consumed |
15+ | Field | Type | Description |
16+ | ----------------| -------------------- | -----------------------------------------------------------------------------------------|
17+ | id | snowflake | ID of the entitlement |
18+ | sku_id | snowflake | ID of the SKU |
19+ | application_id | snowflake | ID of the parent application |
20+ | user_id? | snowflake | ID of the user that is granted access to the entitlement's sku |
21+ | type | integer | [ Type of entitlement] ( #DOCS_RESOURCES_ENTITLEMENT/entitlement-object-entitlement-types ) |
22+ | deleted | boolean | Entitlement was deleted |
23+ | starts_at | ? ISO8601 timestamp | Start date at which the entitlement is valid. |
24+ | ends_at | ? ISO8601 timestamp | Date at which the entitlement is no longer valid. |
25+ | guild_id? | snowflake | ID of the guild that is granted access to the entitlement's sku |
26+ | consumed? | boolean | For consumable items, whether or not the entitlement has been consumed |
2727
2828###### Entitlement Example
2929
0 commit comments