binance-sdk 18.0.0

This is a lightweight library that works as a connector to the Binance public API.
Documentation
/*
 * 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 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;