Class TachographCompanyCardSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph.CompanyCards
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for TachographCompanyCard.
public class TachographCompanyCardSearch : Search, IEntity
- Inheritance
-
TachographCompanyCardSearch
- Implements
- Inherited Members
Constructors
TachographCompanyCardSearch()
public TachographCompanyCardSearch()
Properties
CardNumber
Gets or sets search for tachograph company cards that match the card number.
public string? CardNumber { get; set; }
Property Value
Icc
Gets or sets search for tachograph company cards with this icc.
public long? Icc { get; set; }
Property Value
IsValidAt
Gets or sets search for tachograph company cards where the company card is valid at this time, and it is not expired.
public DateTime? IsValidAt { get; set; }
Property Value
Status
Gets or sets search for tachograph company cards that match this status. The available values are:
public string? Status { get; set; }