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

com.kucoin.sdk.rest.response.IsolatedBorrowRepaidResponse Maven / Gradle / Ivy

The newest version!
package com.kucoin.sdk.rest.response;

import lombok.Data;

/**
 * @author Jason Yao
 * @version 1.0.0
 */
@Data
public class IsolatedBorrowRepaidResponse {

    private String loanId;

    private String symbol;

    private String currency;

    private String principalTotal;

    private String interestBalance;

    private String repaidSize;

    private String createdAt;

    private String period;

    private String dailyInterestRate;

    private String repayFinishAt;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy