TNGetEnrollmentStatusRequest
@objcMembers
public class TNGetEnrollmentStatusRequest : TNDriveMotionRequest
A request class for retrieving the enrollment status of vehicles.
This class is used to initiate a request to fetch the enrollment status of multiple vehicles identified by their Vehicle Identification Numbers (VINs).
- Attributes:
vins
: An array of VINs representing the vehicles for which the enrollment status is being requested.
-
An array of VINs (Vehicle Identification Numbers) representing the vehicles for which the enrollment status is being requested.
Declaration
Swift
public let vins: [String]
-
Returns a builder for creating a
TNGetEnrollmentStatusRequest
instance with customizable parameters.Declaration
Swift
public static func builder() -> TNGetEnrollmentStatusRequestBuilder
Return Value
An instance of
TNGetEnrollmentStatusRequestBuilder
for constructing the request.