```val groupings = listOf<(MerchantRecord) -&g...
# getting-started
w
Copy code
val groupings =  listOf<(MerchantRecord) -> String?>({ it.masterMerchantName }, { it.portfolio }, { it.merchantName }, { it.accountName })