Interface PayoutData

Represents the payout data of a user.

interface PayoutData {
    balance: number;
    payout_address: string;
    payout_wallet: string;
    payout_wallet_type: string;
}

Properties

balance: number

The payout balance available for the user to withdraw

payout_address: string

The user’s payout address

payout_wallet: string

The wallet that the user has selected

payout_wallet_type: string

The type of the user’s wallet