Interface TonTransactionTypeFragmentWithdrawal

The transaction is a withdrawal of earned Toncoins to Fragment. Subtype of TonTransactionType.

interface TonTransactionTypeFragmentWithdrawal {
    @type: "tonTransactionTypeFragmentWithdrawal";
    withdrawal_state: RevenueWithdrawalState;
}

Properties

@type: "tonTransactionTypeFragmentWithdrawal"
withdrawal_state: RevenueWithdrawalState

State of the withdrawal; may be null for refunds from Fragment.