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
/
PaymentStatusResponseDto
Payment
Status
Response
Dto
data
class
PaymentStatusResponseDto
(
var
status
:
WebFormStatusDto
,
var
paymentStatus
:
PaymentStatusEnumDto
?
=
null
)
Status of the payment
Parameters
status
payment
Status
Members
Constructors
Payment
Status
Response
Dto
Link copied to clipboard
constructor
(
status
:
WebFormStatusDto
,
paymentStatus
:
PaymentStatusEnumDto
?
=
null
)
Properties
payment
Status
Link copied to clipboard
@
Valid
var
paymentStatus
:
PaymentStatusEnumDto
?
status
Link copied to clipboard
@
Valid
var
status
:
WebFormStatusDto