fun setData()

in app/src/main/java/co/elastic/apm/opbeans/modules/customers/ui/list/CustomerViewHolder.kt [44:49]


    fun setData(customer: Customer) {
        customerName.text = customer.fullName
        companyName.text = customer.companyName
        customerEmail.text = customer.email
        customerLocation.text = customer.location
    }