Interface GiftForResale

Describes a gift available for resale.

interface GiftForResale {
    @type: "giftForResale";
    gift: UpgradedGift;
    received_gift_id: string;
}

Properties

@type: "giftForResale"

The gift.

received_gift_id: string

Unique identifier of the received gift for the current user; only for the gifts owned by the current user.