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.pis
/
PaymentResponseListDto
Payment
Response
List
Dto
data
class
PaymentResponseListDto
(
var
payments
:
MutableList
<
PaymentResponseDto
>
?
=
null
)
List of payments
Parameters
payments
Members
Constructors
Payment
Response
List
Dto
Link copied to clipboard
constructor
(
payments
:
MutableList
<
PaymentResponseDto
>
?
=
null
)
Properties
payments
Link copied to clipboard
@
Valid
var
payments
:
MutableList
<
PaymentResponseDto
>
?