com.binance4j.pay.dto.FundsDetail Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binance4j-pay Show documentation
Show all versions of binance4j-pay Show documentation
Connector for the pay endpoints of the Binance API
package com.binance4j.pay.dto;
/**
* Funds detail.
*
* @param currency The asset.
* @param amount The amount.
*/
public record FundsDetail(String currency, String amount) {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy