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, model: String? = nil, year: NSNumber? = nil)

    Parameters

    vin

    Optional, the VIN of the vehicle. Defaults to nil.

    make

    Optional, the make of the vehicle. Defaults to nil.

    model

    Optional, the model of the vehicle. Defaults to nil.

    year

    Optional, the year of the vehicle. Defaults to nil.