bondora 0.2.5

Bondora API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# BorrowerHistory

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**overdue** | **f64** | Borrower's current overdue amount | [optional] [default to null]
**principal_repaid** | **f64** | Borrower's total principal repaid | [optional] [default to null]
**interest_repaid** | **f64** | Borrower's total interest paid | [optional] [default to null]
**late_charges_repaid** | **f64** | Borrower's total late charges paid | [optional] [default to null]
**repaiments_total** | **f64** | Borrower's total repaiments | [optional] [default to null]
**issued_loans** | **i32** | Borrower's issued loans count | [optional] [default to null]
**issued_loan_amount** | **f64** | Borrower's issued loans amount | [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)