onecore
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
onecore
onecore
/
ch.procivis.one.core
/
CredentialSchemaTransactionCodeBindingDto
Credential
Schema
Transaction
Code
Binding
Dto
data
class
CredentialSchemaTransactionCodeBindingDto
(
var
type
:
TransactionCodeTypeBindingEnum
,
var
length
:
UInt
,
var
description
:
String
?
)
Members
Constructors
Credential
Schema
Transaction
Code
Binding
Dto
Link copied to clipboard
constructor
(
type
:
TransactionCodeTypeBindingEnum
,
length
:
UInt
,
description
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
var
description
:
String
?
length
Link copied to clipboard
var
length
:
UInt
type
Link copied to clipboard
var
type
:
TransactionCodeTypeBindingEnum