Class Warranty
- Assembly
- anybill.POS.Client.Abstractions.dll
Warranty definition for a line item.
public class Warranty
- Inheritance
-
Warranty
- Inherited Members
Properties
Reminders
List of reminders for the end date of th warranty. Not more than 5 reminders can be defined.
public List<Reminder> Reminders { get; set; }
Property Value
WarrantyEnd
End date of the warranty.
public DateTimeOffset WarrantyEnd { get; set; }
Property Value
WarrantyStart
Start date of the warranty.
public DateTimeOffset? WarrantyStart { get; set; }