BankGroupDto

constructor(id: String? = null, groupName: String? = null, numberOfBanks: BigDecimal? = null)

Parameters

id

Unique ID for the Bank Group.

groupName

Name of the Bank group.

numberOfBanks

Number of Banks belonging to the group.