toggle menu
vc-k
5.2.2
common
switch theme
search in API
rqes-data-classes
/
at.asitplus.rqes
/
SignatureResponse
/
SignDocResponse
Sign
Doc
Response
@
Serializable
data
class
SignDocResponse
(
val
documentWithSignature
:
List
<
String
>
?
,
val
signatureObject
:
List
<
String
>
?
,
val
responseId
:
String
?
,
val
validationInfo
:
JsonObject
?
)
:
SignatureResponse
(
source
)
Members
Constructors
Sign
Doc
Response
Link copied to clipboard
constructor
(
documentWithSignature
:
List
<
String
>
?
,
signatureObject
:
List
<
String
>
?
,
responseId
:
String
?
,
validationInfo
:
JsonObject
?
)
Properties
document
With
Signature
Link copied to clipboard
@
SerialName
(
value
=
"DocumentWithSignature"
)
val
documentWithSignature
:
List
<
String
>
?
response
Id
Link copied to clipboard
@
SerialName
(
value
=
"responseID"
)
val
responseId
:
String
?
signature
Object
Link copied to clipboard
@
SerialName
(
value
=
"SignatureObject"
)
val
signatureObject
:
List
<
String
>
?
validation
Info
Link copied to clipboard
@
SerialName
(
value
=
"validationInfo"
)
val
validationInfo
:
JsonObject
?