Created

data class Created(val transactionId: String) : CreateBLIKTransactionResult

Indicates that transaction was created. It is advised to use long polling mechanism to observe transaction state.

Constructors

Link copied to clipboard
fun Created(transactionId: String)

Properties

Link copied to clipboard