Skip to content

Latest commit

 

History

History
103 lines (55 loc) · 2.27 KB

TachographCompanyCardSearch.md

File metadata and controls

103 lines (55 loc) · 2.27 KB

@fairfleet/geotab / TachographCompanyCardSearch

Interface: TachographCompanyCardSearch

The object used to specify the arguments when searching for TachographCompanyCardSearch.

Hierarchy

  • Search

    TachographCompanyCardSearch

Table of contents

Properties

Properties

cardNumber

cardNumber: string

Gets or sets search for tachograph company cards that match the card number.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/CompanyCards/TachographCompanyCardSearch.ts:11


icc

icc: number

Gets or sets search for tachograph company cards with this icc.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/CompanyCards/TachographCompanyCardSearch.ts:13


id

id: string

Gets or sets search for an entry based on the specific Id.

Inherited from

Search.id

Defined in

src/types/Checkmate/ObjectModel/Search.ts:10


isValidAt

isValidAt: Date

Gets or sets search for tachograph company cards where the company card is valid at this time, and it is not expired.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/CompanyCards/TachographCompanyCardSearch.ts:18


status

status: TachographCompanyCardStatus

Gets or sets search for tachograph company cards that match this status.

Defined in

src/types/Checkmate/ObjectModel/Tachograph/CompanyCards/TachographCompanyCardSearch.ts:20


version

version: number

Gets or sets the row version of the search criteria.

Inherited from

Search.version

Defined in

src/types/Checkmate/ObjectModel/Search.ts:12