Database – Loan late fee bucket defaults (defaults_late_fee__buckets)
Description
This holds tenant-wide default options for new late fee buckets.
Column | Data Type | Column Info | Value Notes | Other |
loan_id | int(11) | The id of the associated loan account | ||
subset | int(11) | Holds late fee bucket subset info | ||
parent_type | char(30) | Type of parent | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no |