ChallengeResponseData
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)