Interface StarTransactionTypeGiftUpgrade

The transaction is an upgrade of a gift; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeGiftUpgrade {
    @type: "starTransactionTypeGiftUpgrade";
    gift: UpgradedGift;
}

Properties

Properties

@type: "starTransactionTypeGiftUpgrade"

The upgraded gift.