bondora 0.2.5

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scheduled_date** | **String** | Scheduled payment date | [optional] [default to null]
**principal_amount** | **f64** | Scheduled principal amount | [optional] [default to null]
**principal_amount_left** | **f64** | Scheduled principal amount remaining after payment | [optional] [default to null]
**interest_amount** | **f64** | Scheduled interest amount | [optional] [default to null]
**intrest_amount_carried_over** | **f64** | Interest amount carried over from rescheduling | [optional] [default to null]
**penalty_amount_carried_over** | **f64** | Penalty amount carried over from rescheduling | [optional] [default to null]
**total_amount** | **f64** | Total payment 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)