VehicleInfo
@objcMembers
public class VehicleInfo : NSObject
VehicleInfo class is used to describe the vehicle information that may be returned via query parameters in the case of authentication failure.
-
Constructor for the VehicleInfo
Declaration
Swift
public init(vin: String? = nil, make: String? = nil)
Parameters
vin
Optional, the VIN of the vehicle. Defaults to nil.
make
Optional, the make of the vehicle. Defaults to nil.