Class Warranty
Warranty definition for a line item.
Inheritance
System.Object
Warranty
Namespace: anybill.POS.Client.Models.Bill.Data.Line.Item.Extension.Warranty
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Warranty
Properties
Reminders
List of reminders for the end date of th warranty. Not more than 5 reminders can be defined.
Declaration
public List<Reminder> Reminders { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Reminder> |
WarrantyEnd
End date of the warranty.
Declaration
public DateTimeOffset WarrantyEnd { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
WarrantyStart
Start date of the warranty.
Declaration
public DateTimeOffset? WarrantyStart { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |