# ScheduledPayment
## Properties
**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)