SalaryMandateEmail
Documentation for the SalaryMandateEmail database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| to | [String] | Stores the to data. |
| cc | [String] | Stores the cc data. |
| bcc | [String] | Stores the bcc data. |
| isActive | Boolean | Active status flag. |
| createdBy | ObjectId | Timestamp/Date for createdBy. |
| updatedBy | ObjectId | Timestamp/Date for updatedBy. |