{}
Whether the gift was anonymous.
anonymous: boolean
The duration of the gift, in months.
duration: number
The number of the month out of the total gift duration that was just redeemed.
redeemedMonth: number
The display name of the user that originally gifted the subscription. Only set if the gift was not anonymous.
userDisplayName?: string
The ID of the user that originally gifted the subscription. Only set if the gift was not anonymous.
userId?: string
The name of the user that originally gifted the subscription. Only set if the gift was not anonymous.
userName?: string
Properties
redeemedMonth
Type: number
The number of the month out of the total gift duration that was just redeemed.
userDisplayName
Type: ?string
The display name of the user that originally gifted the subscription. Only set if the gift was not anonymous.
userId
Type: ?string
The ID of the user that originally gifted the subscription. Only set if the gift was not anonymous.