BankGroupListDto

data class BankGroupListDto(var bankGroups: MutableList<BankGroupDto>? = null)

Provides a list of Bank groups.

Parameters

bankGroups

List of Bank groups.

Constructors

Link copied to clipboard
constructor(bankGroups: MutableList<BankGroupDto>? = null)

Properties

Link copied to clipboard