data class GetTellersResponse(val creditAccountId: Long? = null, val debitAccountId: Long? = null, val id: Long? = null, val name: String? = null, val officeId: Long? = null, val officeName: String? = null, val startDate: LocalDate? = null, val status: GetTellersResponse.Status? = null)