Modrinth API Types - v1.1.0
    Preparing search index...

    Type Alias APIUserPayoutData

    type APIUserPayoutData = {
        balance: number;
        payout_address: string;
        payout_wallet: UserPayoutWallet;
        payout_wallet_type: UserPayoutWalletType;
    }
    Index

    Properties

    balance: number

    The payout balance available for the user to withdraw.

    You cannot modify this in a PATCH request.

    payout_address: string

    The user’s payout address.

    payout_wallet: UserPayoutWallet

    The wallet that the user has selected.

    payout_wallet_type: UserPayoutWalletType

    The type of the user’s wallet.