All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.binance4j.mining.dto.OtherProfit Maven / Gradle / Ivy

package com.binance4j.mining.dto;

/**
 * Other profit.
 * 
 * @param time         Mining date.
 * @param coinName     Coin Name.
 * @param profitAmount Amount.
 * @param status       Status.
 *                         
    *
  • 0: Unpaid
  • *
  • 1: Paying
  • *
  • 2:Paid
  • *
* @param type Type. *
    *
  • 1: Merged Mining
  • *
  • 2: Activity Bonus
  • *
  • 3: Rebate
  • *
  • 4: Smart Pool
  • *
  • 6: Income Transfer
  • *
  • 7: Pool Savings
  • *
*/ public record OtherProfit(long time, String coinName, int type, String profitAmount, int status) { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy