ChallengeResponseData

data class ChallengeResponseData(val serverTransId: String, val acsTransId: String, val acsHtml: String? = null, val acsHtmlRefresh: String? = null, val uiType: UiType? = null, val isChallengeCompleted: Boolean = false, val challengeInfoHeader: String? = null, val challengeInfoLabel: String? = null, val challengeInfoText: String? = null, val challengeAdditionalInfoText: String? = null, val shouldShowChallengeInfoTextIndicator: Boolean = false, val challengeSelectOptions: List<ChallengeResponseData.ChallengeSelectOption>? = null, val expandInfoLabel: String? = null, val expandInfoText: String? = null, val issuerImage: ChallengeResponseData.Image? = null, val messageExtensions: List<MessageExtension>? = null, val messageVersion: String, val oobAppUrl: String? = null, val oobAppLabel: String? = null, val oobContinueLabel: String? = null, val paymentSystemImage: ChallengeResponseData.Image? = null, val resendInformationLabel: String? = null, val sdkTransId: SdkTransactionId, val submitAuthenticationLabel: String? = null, val whitelistingInfoText: String? = null, val whyInfoLabel: String? = null, val whyInfoText: String? = null, val transStatus: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(serverTransId: String, acsTransId: String, acsHtml: String? = null, acsHtmlRefresh: String? = null, uiType: UiType? = null, isChallengeCompleted: Boolean = false, challengeInfoHeader: String? = null, challengeInfoLabel: String? = null, challengeInfoText: String? = null, challengeAdditionalInfoText: String? = null, shouldShowChallengeInfoTextIndicator: Boolean = false, challengeSelectOptions: List<ChallengeResponseData.ChallengeSelectOption>? = null, expandInfoLabel: String? = null, expandInfoText: String? = null, issuerImage: ChallengeResponseData.Image? = null, messageExtensions: List<MessageExtension>? = null, messageVersion: String, oobAppUrl: String? = null, oobAppLabel: String? = null, oobContinueLabel: String? = null, paymentSystemImage: ChallengeResponseData.Image? = null, resendInformationLabel: String? = null, sdkTransId: SdkTransactionId, submitAuthenticationLabel: String? = null, whitelistingInfoText: String? = null, whyInfoLabel: String? = null, whyInfoText: String? = null, transStatus: String? = null)

Types

Link copied to clipboard
data class ChallengeSelectOption(val name: String, val text: String) : Parcelable
Link copied to clipboard
data class Image(mediumUrl: String? = null, highUrl: String? = null, extraHighUrl: String?) : Parcelable

Properties

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

Functions

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