loan__rule_applied_charge_off - Rule applied charge off - Loan Relations
Provides a many-to-many relationship between loans and charge off rules applied.
Column | Data Type | Column Info | Value Notes | Other |
loan_id | int(11) | The id of the associated loan account | ||
rule_applied_charge_off_id | int(11) | Associated rule applied charge off id | ||
enabled | tinyint(1) | Whether or not is enabled | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |