Database – Payment Defaults (defaults_payments)
Description
This holds tenant-wide default options for new payments.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
loan_class | char(30) | The classification for the loan | loan.class.* | |
loan_type | char(30) | Loan type code for associated loans | loan.type.* | |
payment_type | int(11) | payment type | ||
payment_method_id | int(11) | ID of default payment method | ||
extra_towards_transactions | char(40) | Extra towards transactions application code | payment.extra.tx.* | |
extra_towards_periods | char(40) | Extra towards periods application code | payment.extra.periods.* | |
charge_fee | tinyint(1) | Whether or not to charge a fee | 1 - yes, 0 - no | |
early_payment | tinyint(1) | Whether or not the payment is early for between periods | 1 - yes, 0 - no | |
echeck_auth_type | char(30) | E-Check authorization type | payment.echeckauth.* | |
reset_past_due | tinyint(1) | reset days past due | 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 |