bondora 0.2.5

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**date** | **String** | Payment date | [optional] [default to null]
**principal_amount** | **f64** | Principal amount | [optional] [default to null]
**interest_amount** | **f64** | Interest amount | [optional] [default to null]
**interest_amount_carried_over** | **f64** | Interest carried over amount | [optional] [default to null]
**penalty_amount_carried_over** | **f64** | Penalty amount | [optional] [default to null]
**total_amount** | **f64** | Total 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)