ErrorResponseBody

data class ErrorResponseBody(val status: Int?, val errorCode: String?, val message: String?, val errorType: String?, val pspReference: String?) : ModelObject

Constructors

Link copied to clipboard
constructor(status: Int?, errorCode: String?, message: String?, errorType: String?, pspReference: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int?

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)