binance-sdk 45.0.0

This is a lightweight library that works as a connector to the Binance public API.
/*
 * Binance Crypto Loan REST API
 *
 * OpenAPI Specification for the Binance Crypto Loan REST API
 *
 * The version of the OpenAPI document: 1.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

pub mod check_collateral_repay_rate_response;
pub use self::check_collateral_repay_rate_response::CheckCollateralRepayRateResponse;
pub mod check_collateral_repay_rate_stable_rate_response;
pub use self::check_collateral_repay_rate_stable_rate_response::CheckCollateralRepayRateStableRateResponse;
pub mod flexible_loan_adjust_ltv_response;
pub use self::flexible_loan_adjust_ltv_response::FlexibleLoanAdjustLtvResponse;
pub mod flexible_loan_borrow_response;
pub use self::flexible_loan_borrow_response::FlexibleLoanBorrowResponse;
pub mod flexible_loan_repay_response;
pub use self::flexible_loan_repay_response::FlexibleLoanRepayResponse;
pub mod get_crypto_loans_income_history_response_inner;
pub use self::get_crypto_loans_income_history_response_inner::GetCryptoLoansIncomeHistoryResponseInner;
pub mod get_flexible_loan_assets_data_response;
pub use self::get_flexible_loan_assets_data_response::GetFlexibleLoanAssetsDataResponse;
pub mod get_flexible_loan_assets_data_response_rows_inner;
pub use self::get_flexible_loan_assets_data_response_rows_inner::GetFlexibleLoanAssetsDataResponseRowsInner;
pub mod get_flexible_loan_borrow_history_response;
pub use self::get_flexible_loan_borrow_history_response::GetFlexibleLoanBorrowHistoryResponse;
pub mod get_flexible_loan_borrow_history_response_rows_inner;
pub use self::get_flexible_loan_borrow_history_response_rows_inner::GetFlexibleLoanBorrowHistoryResponseRowsInner;
pub mod get_flexible_loan_collateral_assets_data_response;
pub use self::get_flexible_loan_collateral_assets_data_response::GetFlexibleLoanCollateralAssetsDataResponse;
pub mod get_flexible_loan_collateral_assets_data_response_rows_inner;
pub use self::get_flexible_loan_collateral_assets_data_response_rows_inner::GetFlexibleLoanCollateralAssetsDataResponseRowsInner;
pub mod get_flexible_loan_interest_rate_history_response;
pub use self::get_flexible_loan_interest_rate_history_response::GetFlexibleLoanInterestRateHistoryResponse;
pub mod get_flexible_loan_interest_rate_history_response_rows_inner;
pub use self::get_flexible_loan_interest_rate_history_response_rows_inner::GetFlexibleLoanInterestRateHistoryResponseRowsInner;
pub mod get_flexible_loan_liquidation_history_response;
pub use self::get_flexible_loan_liquidation_history_response::GetFlexibleLoanLiquidationHistoryResponse;
pub mod get_flexible_loan_liquidation_history_response_rows_inner;
pub use self::get_flexible_loan_liquidation_history_response_rows_inner::GetFlexibleLoanLiquidationHistoryResponseRowsInner;
pub mod get_flexible_loan_ltv_adjustment_history_response;
pub use self::get_flexible_loan_ltv_adjustment_history_response::GetFlexibleLoanLtvAdjustmentHistoryResponse;
pub mod get_flexible_loan_ltv_adjustment_history_response_rows_inner;
pub use self::get_flexible_loan_ltv_adjustment_history_response_rows_inner::GetFlexibleLoanLtvAdjustmentHistoryResponseRowsInner;
pub mod get_flexible_loan_ongoing_orders_response;
pub use self::get_flexible_loan_ongoing_orders_response::GetFlexibleLoanOngoingOrdersResponse;
pub mod get_flexible_loan_ongoing_orders_response_rows_inner;
pub use self::get_flexible_loan_ongoing_orders_response_rows_inner::GetFlexibleLoanOngoingOrdersResponseRowsInner;
pub mod get_flexible_loan_repayment_history_response;
pub use self::get_flexible_loan_repayment_history_response::GetFlexibleLoanRepaymentHistoryResponse;
pub mod get_flexible_loan_repayment_history_response_rows_inner;
pub use self::get_flexible_loan_repayment_history_response_rows_inner::GetFlexibleLoanRepaymentHistoryResponseRowsInner;
pub mod get_loan_borrow_history_response;
pub use self::get_loan_borrow_history_response::GetLoanBorrowHistoryResponse;
pub mod get_loan_borrow_history_response_rows_inner;
pub use self::get_loan_borrow_history_response_rows_inner::GetLoanBorrowHistoryResponseRowsInner;
pub mod get_loan_ltv_adjustment_history_response;
pub use self::get_loan_ltv_adjustment_history_response::GetLoanLtvAdjustmentHistoryResponse;
pub mod get_loan_ltv_adjustment_history_response_rows_inner;
pub use self::get_loan_ltv_adjustment_history_response_rows_inner::GetLoanLtvAdjustmentHistoryResponseRowsInner;
pub mod get_loan_repayment_history_response;
pub use self::get_loan_repayment_history_response::GetLoanRepaymentHistoryResponse;
pub mod get_loan_repayment_history_response_rows_inner;
pub use self::get_loan_repayment_history_response_rows_inner::GetLoanRepaymentHistoryResponseRowsInner;