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
/
BankCountryListDto
Bank
Country
List
Dto
data
class
BankCountryListDto
(
var
countryISOCodes
:
MutableList
<
String
>
?
=
null
)
Contains the list of all countries of supported Banks.
Parameters
country
ISOCodes
List of supported country ISO-3166 codes
Members
Constructors
Bank
Country
List
Dto
Link copied to clipboard
constructor
(
countryISOCodes
:
MutableList
<
String
>
?
=
null
)
Properties
country
ISOCodes
Link copied to clipboard
var
countryISOCodes
:
MutableList
<
String
>
?