vapi4k
Toggle table of contents
1.2.4
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dtos.tools
/
TransferDestinationDto
Transfer
Destination
Dto
@
Serializable
data
class
TransferDestinationDto
(
var
destination
:
CommonDestinationDto
?
=
null
,
var
error
:
String
=
""
)
(
source
)
Members
Constructors
Transfer
Destination
Dto
Link copied to clipboard
constructor
(
destination
:
CommonDestinationDto
?
=
null
,
error
:
String
=
""
)
Properties
destination
Link copied to clipboard
var
destination
:
CommonDestinationDto
?
error
Link copied to clipboard
var
error
:
String