TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixDropsEntitlement

An entitlement for a drop.

Overview

Properties

fulfillmentStatus

Type: HelixDropsEntitlementFulfillmentStatus

The fulfillment status of the entitlement.

gameId

Type: string

The ID of the game the entitlement was granted for.

grantDate

Type: Date

The date when the entitlement was granted.

id

Type: string

The ID of the entitlement.

rewardId

Type: string

The ID of the reward.

updateDate

Type: Date

The date when the entitlement was last updated.

userId

Type: string

The ID of the entitled user.

Methods

getGame()

async

Gets more information about the game the entitlement was granted for.

Return type: HelixGame

getUser()

async

Gets more information about the entitled user.

Return type: HelixUser