mike_shysh
val custListWithRandomNames: ArrayList<CustomerInfo> = custInfoListReq.map { it.customerInfo?.name = it.customerInfo?.name + RandomStringUtils.randomAlphabetic(7) }