reminders property

List<ReminderDto>? reminders
read / write

List of reminders for the end date of th warranty. Not more than 5 reminders can be defined.

Implementation

List<ReminderDto>? reminders;