Interface GiftResaleResultPriceIncreased

Operation has failed, because price has increased. If the price has decreased, then the buying will succeed anyway. Subtype of GiftResaleResult.

interface GiftResaleResultPriceIncreased {
    @type: "giftResaleResultPriceIncreased";
    price: GiftResalePrice;
}

Properties

Properties

@type: "giftResaleResultPriceIncreased"

New price for the gift.