salaryIncomeTaxDeductionDetailsModel
Documentation for the salaryIncomeTaxDeductionDetailsModel database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| transactionCode | ObjectId | Stores the transaction code data. |
| headName | String | The name or title of the salaryincometaxdeductiondetailsmodel. |
| deductionType | Number | Stores the deduction type data. |
| grossAmount | Number | Monetary or numeric value. |
| qualifiedAmount | Number | Monetary or numeric value. |
| deductedAmount | Number | Monetary or numeric value. |
| updatedDateId | ObjectId | Unique reference to updated Date. |