binance-sdk 44.0.1

This is a lightweight library that works as a connector to the Binance public API.
/*
 * Binance Fiat REST API
 *
 * OpenAPI Specification for the Binance Fiat 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 account_info;
pub use self::account_info::AccountInfo;
pub mod deposit_response;
pub use self::deposit_response::DepositResponse;
pub mod deposit_response_data;
pub use self::deposit_response_data::DepositResponseData;
pub mod fiat_withdraw_response;
pub use self::fiat_withdraw_response::FiatWithdrawResponse;
pub mod get_fiat_deposit_withdraw_history_response;
pub use self::get_fiat_deposit_withdraw_history_response::GetFiatDepositWithdrawHistoryResponse;
pub mod get_fiat_deposit_withdraw_history_response_data_inner;
pub use self::get_fiat_deposit_withdraw_history_response_data_inner::GetFiatDepositWithdrawHistoryResponseDataInner;
pub mod get_fiat_payments_history_response;
pub use self::get_fiat_payments_history_response::GetFiatPaymentsHistoryResponse;
pub mod get_fiat_payments_history_response_data_inner;
pub use self::get_fiat_payments_history_response_data_inner::GetFiatPaymentsHistoryResponseDataInner;
pub mod get_order_detail_response;
pub use self::get_order_detail_response::GetOrderDetailResponse;
pub mod get_order_detail_response_data;
pub use self::get_order_detail_response_data::GetOrderDetailResponseData;