Completed

data class Completed(val error: Throwable?) : PresentmentModel.State

The presentment has completed.

Parameters

error

if null the transaction succeeded, otherwise a Throwable conveying what went wrong.

Constructors

Link copied to clipboard
constructor(error: Throwable?)

Properties

Link copied to clipboard