bondora 0.2.5

Bondora API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# ApiResultMyAccountBalance

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payload** | [***::models::MyAccountBalance**](MyAccountBalance.md) | The payload of the response. Type depends on the API request. | [optional] [default to null]
**success** | **bool** | Indicates if the request was successfull or not.  true if the request was handled successfully, false otherwise. | [default to null]
**errors** | [**Vec<crate::models::ApiError>**](ApiError.md) | Error(s) accociated with the API request. | [optional] [default to null]

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