TransactionDeclined

sealed class TransactionDeclined : TapOnPhoneInvocationError

Transaction declined

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Offline(message: String?) : TapOnPhoneInvocationError.TransactionDeclined

Declined offline by card

Link copied to clipboard
class Online(code: String?, processorCode: String?, message: String?) : TapOnPhoneInvocationError.TransactionDeclined

Request was well formed and valid, but gateway decided to decline the transaction

Link copied to clipboard
class ServerError(message: String?) : TapOnPhoneInvocationError.TransactionDeclined

There was an error in the server while processing the transaction

Link copied to clipboard

Unable to go online

Link copied to clipboard
class Unauthorized(message: String?) : TapOnPhoneInvocationError.TransactionDeclined

The transaction was unauthorized

Properties

Link copied to clipboard
val errorCode: Int
Link copied to clipboard
val errorDescription: String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard