openxapi-binance 0.3.0

Rust client for Binance API
Documentation
# GetPayTransactionsV1RespDataInner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | Option<**String**> |  | [optional]
**currency** | Option<**String**> |  | [optional]
**funds_detail** | Option<[**Vec<models::GetPayTransactionsV1RespDataInnerFundsDetailInner>**]GetPayTransactionsV1Resp_data_inner_fundsDetail_inner.md> |  | [optional]
**order_type** | Option<**String**> |  | [optional]
**payer_info** | Option<[**models::GetPayTransactionsV1RespDataInnerPayerInfo**]GetPayTransactionsV1Resp_data_inner_payerInfo.md> |  | [optional]
**receiver_info** | Option<[**models::GetPayTransactionsV1RespDataInnerReceiverInfo**]GetPayTransactionsV1Resp_data_inner_receiverInfo.md> |  | [optional]
**transaction_id** | Option<**String**> |  | [optional]
**transaction_time** | Option<**i64**> |  | [optional]
**wallet_type** | Option<**i32**> |  | [optional]
**wallet_types** | Option<**Vec<i32>**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)