Binance Connector JS
    Preparing search index...

    Interface GetPayTradeHistoryResponseDataInnerPayerInfo

    GetPayTradeHistoryResponseDataInnerPayerInfo

    interface GetPayTradeHistoryResponseDataInnerPayerInfo {
        binanceId?: string;
        name?: string;
        type?: string;
    }
    Index

    Properties

    binanceId?: string

    Binance UID.

    GetPayTradeHistoryResponseDataInnerPayerInfo

    name?: string

    Nickname or merchant name.

    GetPayTradeHistoryResponseDataInnerPayerInfo

    type?: string

    Account type: USER for personal, MERCHANT for merchant.

    GetPayTradeHistoryResponseDataInnerPayerInfo