Interface StarTransactionTypeGiftPurchaseOffer

The transaction is an offer of gift purchase; relevant for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftPurchaseOffer {
    @type: "starTransactionTypeGiftPurchaseOffer";
    gift: UpgradedGift;
}

Properties

Properties

@type: "starTransactionTypeGiftPurchaseOffer"

The gift.