Class SerialNumberInfo
Serial Number Info
public class SerialNumberInfo
- Inheritance
-
SerialNumberInfo
- Inherited Members
Constructors
SerialNumberInfo()
public SerialNumberInfo()
Properties
EndOfSale
Gets the end of sale
public DateTimeOffset? EndOfSale { get; }
Property Value
EndOfSaleNoticeUrl
Gets the end of sale notice url
public string? EndOfSaleNoticeUrl { get; }
Property Value
EndOfSupport
Gets the end of support
public DateTimeOffset? EndOfSupport { get; }
Property Value
IsVirtual
Whether virtual
public bool? IsVirtual { get; }
Property Value
- bool?
Model
Gets the model
public string Model { get; }
Property Value
ProductType
Gets the product type
public ProductType? ProductType { get; }
Property Value
SerialNumber
Gets the serial number
public string SerialNumber { get; }