ThreeDSecureRequest

constructor(nonce: String? = null, amount: String? = null, mobilePhoneNumber: String? = null, email: String? = null, shippingMethod: ThreeDSecureShippingMethod? = null, billingAddress: ThreeDSecurePostalAddress? = null, accountType: ThreeDSecureAccountType? = null, additionalInformation: ThreeDSecureAdditionalInformation? = null, challengeRequested: Boolean = false, dataOnlyRequested: Boolean = false, exemptionRequested: Boolean = false, requestedExemptionType: ThreeDSecureRequestedExemptionType? = null, cardAddChallengeRequested: Boolean? = null, v2UiCustomization: ThreeDSecureV2UiCustomization? = null, uiType: ThreeDSecureUiType = ThreeDSecureUiType.BOTH, renderTypes: List<ThreeDSecureRenderType>? = null, customFields: Map<String, String>? = null)