TrackerRequest

Types

Link copied to clipboard

Properties

Link copied to clipboard
val application: String? = null

The application that add this log

Link copied to clipboard
val brand: String? = null

The brand of the card

Link copied to clipboard
val cardBin: String? = null

The card bin of the card

Link copied to clipboard

The event type

Link copied to clipboard
val complete: Boolean? = null

If the field is complete

Link copied to clipboard
val empty: Boolean? = null

If the field is empty

Link copied to clipboard
val error: String? = null

The error that occurring

Link copied to clipboard
val header: Map<String, Any?>? = null

The request header

Link copied to clipboard
val intentId: String? = null

The intent id you’re processing

Link copied to clipboard
val nextActionType: String? = null

The next action type if have

Link copied to clipboard
val nextActionUrl: String? = null

The next action url if have

Link copied to clipboard
val origin: String? = null

A unique string to identify a merchant, like website origin url or merchant account id

Link copied to clipboard
val path: String? = null

The request path

Link copied to clipboard
val req: Map<String, Any?>? = null

The request body

Link copied to clipboard
val res: Map<String, Any?>? = null

The request response

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String
Link copied to clipboard
val status: String? = null

The status of the intent

Link copied to clipboard

The element type

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)