Interface UpgradedGiftOriginOffer

The gift was bought through an offer. Subtype of UpgradedGiftOrigin.

interface UpgradedGiftOriginOffer {
    @type: "upgradedGiftOriginOffer";
    price: GiftResalePrice;
}

Properties

Properties

@type: "upgradedGiftOriginOffer"

Price paid for the gift.