Person

fun Person(    name: String,     type: Person.Type,     profileImgUrl: String?,     category: String?,     address: Person.Address?,     businessHours: Person.BusinessHour?,     history: Person.History?,     numInCallHistory: String,     token: String?,     score: String?,     contacts: Array<Contact>?,     poiId: String?)