Interface GiftResalePriceTon

Describes price of a resold gift in Toncoins. Subtype of GiftResalePrice.

interface GiftResalePriceTon {
    @type: "giftResalePriceTon";
    toncoin_cent_count: number;
}

Properties

@type: "giftResalePriceTon"
toncoin_cent_count: number

The amount of 1/100 of Toncoin expected to be paid for the gift. Must be in range getOption("gift_resale_toncoin_cent_count_min")-getOption("gift_resale_toncoin_cent_count_max").