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

com.binance4j.margin.dto.TransferRecords Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package com.binance4j.margin.dto;

import java.util.List;

import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

/**
 * A list of transfer history records.
 * 
 * @param total Total of records.
 * @param rows  Records.
 */
@ApiModel("A list of transfer history records.")
public record TransferRecords(@ApiModelProperty("Total of records.") int total, @ApiModelProperty("The records.") List rows) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy