TNVehicle

@objcMembers
public class TNVehicle : NSObject, Codable

Undocumented

  • vin

    Undocumented

    Declaration

    Swift

    public let vin: String?
  • Undocumented

    Declaration

    Swift

    public let licenseState: String?
  • Undocumented

    Declaration

    Swift

    public let licensePlate: String?
  • Undocumented

    Declaration

    Swift

    public let make: String?
  • Undocumented

    Declaration

    Swift

    public let model: String?
  • Undocumented

    Declaration

    Swift

    public let year: Int
  • Undocumented

    Declaration

    Swift

    public init(vin: String? = nil, licenseState: String? = nil, licensePlate: String? = nil, make: String? = nil, model: String? = nil, year: Int = 0)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws