onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
PresentationDefinitionTransactionData
Presentation
Definition
Transaction
Data
data
class
PresentationDefinitionTransactionData
(
var
id
:
String
,
var
type
:
String
,
var
credentialQueryIds
:
List
<
String
>
)
Members
Constructors
Presentation
Definition
Transaction
Data
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
credentialQueryIds
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
credential
Query
Ids
Link copied to clipboard
var
credentialQueryIds
:
List
<
String
>
id
Link copied to clipboard
var
id
:
String
type
Link copied to clipboard
var
type
:
String