BankGroupDto
data class BankGroupDto(var id: String? = null, var groupName: String? = null, var numberOfBanks: BigDecimal? = null)
Provides a list of Bank groups.
Parameters
id
Unique ID for the Bank Group.
groupName
Name of the Bank group.
numberOfBanks
Number of Banks belonging to the group.