m8ty-api-server
Toggle table of contents
1.114.0
jvm
Platform filter
jvm
Switch theme
Search in API
m8ty-api-server
m8ty-dto - m8ty Data Transfer Objects
/
eu.m8ty.dtos.ais
/
BankGroupListDto
Bank
Group
List
Dto
data
class
BankGroupListDto
(
var
bankGroups
:
MutableList
<
BankGroupDto
>
?
=
null
)
Provides a list of Bank groups.
Parameters
bank
Groups
List of Bank groups.
Members
Constructors
Bank
Group
List
Dto
Link copied to clipboard
constructor
(
bankGroups
:
MutableList
<
BankGroupDto
>
?
=
null
)
Properties
bank
Groups
Link copied to clipboard
@
Valid
var
bankGroups
:
MutableList
<
BankGroupDto
>
?