Interface ChatRevenueTransaction

Contains a chat revenue transactions.

interface ChatRevenueTransaction {
    @type: "chatRevenueTransaction";
    cryptocurrency: string;
    cryptocurrency_amount: string;
    type: ChatRevenueTransactionType;
}

Properties

@type: "chatRevenueTransaction"
cryptocurrency: string

Cryptocurrency in which revenue is calculated.

cryptocurrency_amount: string

The withdrawn amount, in the smallest units of the cryptocurrency.

Type of the transaction.