# 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)