ULContact

fun ULContact(email: String? = null, title: String? = null, firstName: String? = null, middleName: String? = null, lastName: String? = null, phone: String? = null, dateOfBirth: Date? = null, streetAddress: String? = null, streetAddress2: String? = null, postalCode: String? = null, city: String? = null, region: String? = null, country: String? = null, ssn: String? = null, stateIncome: Int? = null)

Init method to create a ULContact object with the given parameters