Skip to main content
Version: Next

TransferEventDto

timedate-timerequired
Example: 2023-10-01T12:00:00Z
statestringrequired

Possible values: [REQUESTED, STARTED, TERMINATED, COMPLETED, SUSPENDED]

Example: COMPLETED
localMessagestring
Example: The transfer completed successfully.
codestring
Example: ERR_NONE
reason object
@valuestringrequired
Example: This is a sentence.
@languagestringrequired
Example: en
typestringrequired

Possible values: [local, remote]

Example: local
TransferEventDto
{
"time": "2023-10-01T12:00:00Z",
"state": "COMPLETED",
"localMessage": "The transfer completed successfully.",
"code": "ERR_NONE",
"reason": [
{
"language": "en",
"value": "Operation successful"
}
],
"type": "local"
}