Uses of Class
com.adyen.model.ThreeDS2RequestData
-
Packages that use ThreeDS2RequestData Package Description com.adyen.model com.adyen.model.checkout com.adyen.model.payout -
-
Uses of ThreeDS2RequestData in com.adyen.model
Methods in com.adyen.model with parameters of type ThreeDS2RequestData Modifier and Type Method Description voidPaymentRequest. setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)voidPaymentRequest3d. setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)voidPaymentRequest3ds2. setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)PaymentRequest3ds2PaymentRequest3ds2. threeDS2RequestData(ThreeDS2RequestData threeDS2RequestData) -
Uses of ThreeDS2RequestData in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDS2RequestData Modifier and Type Method Description ThreeDS2RequestDataPaymentMethodsRequest. getThreeDS2RequestData()ThreeDS2RequestDataPaymentSessionRequest. getThreeDS2RequestData()ThreeDS2RequestDataPaymentsRequest. getThreeDS2RequestData()Get threeDS2RequestDataMethods in com.adyen.model.checkout with parameters of type ThreeDS2RequestData Modifier and Type Method Description voidPaymentMethodsRequest. setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)voidPaymentSessionRequest. setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)voidPaymentsRequest. setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)PaymentSessionRequestPaymentSessionRequest. threeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)PaymentsRequestPaymentsRequest. threeDS2RequestData(ThreeDS2RequestData threeDS2RequestData) -
Uses of ThreeDS2RequestData in com.adyen.model.payout
Methods in com.adyen.model.payout that return ThreeDS2RequestData Modifier and Type Method Description ThreeDS2RequestDataPayoutRequest. getThreeDS2RequestData()Get threeDS2RequestDataMethods in com.adyen.model.payout with parameters of type ThreeDS2RequestData Modifier and Type Method Description voidPayoutRequest. setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)PayoutRequestPayoutRequest. threeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)
-