`customerInfo?.let { it.copy(name=it.name + random...
# announcements
r
customerInfo?.let { it.copy(name=it.name + randomPart) }