Error

data class Error(val devErrorMessage: String?, val transactionId: String? = null) : CreatePayPoTransactionResult

Indicates that creating transaction failed due to an unexpected error (server or client side). Transaction might be still available on the server if error was client side

Constructors

Link copied to clipboard
fun Error(devErrorMessage: String?, transactionId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val transactionId: String? = null