aries-mediator-dotnet / net.globalid.aries.mediator.dotnet.inbox.models.inbox / InboxProcessResponse / Success

Success

data class Success : InboxProcessResponse

Represents success state if inbox process result

Constructors

<init>

Represents success state if inbox process result

Success(inboxId: String, processResponse: MessageProcessResponse)

Properties

inboxId

id of processed inbox message

val inboxId: String

processResponse

see MessageProcessResponse

val processResponse: MessageProcessResponse