Uses of Class
com.adyen.model.PaymentRequest3ds2
-
Packages that use PaymentRequest3ds2 Package Description com.adyen.model com.adyen.service -
-
Uses of PaymentRequest3ds2 in com.adyen.model
Methods in com.adyen.model that return PaymentRequest3ds2 Modifier and Type Method Description PaymentRequest3ds2PaymentRequest3ds2. accountInfo(AccountInfo accountInfo)PaymentRequest3ds2PaymentRequest3ds2. addSplitsItem(Split splitsItem)PaymentRequest3ds2PaymentRequest3ds2. store(String store)PaymentRequest3ds2PaymentRequest3ds2. threeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)PaymentRequest3ds2PaymentRequest3ds2. threeDS2Result(ThreeDS2Result threeDS2Result)PaymentRequest3ds2PaymentRequest3ds2. threeDS2Token(String threeDS2Token)PaymentRequest3ds2PaymentRequest3ds2. totalsGroup(String totalsGroup)PaymentRequest3ds2PaymentRequest3ds2. trustedShopper(Boolean trustedShopper) -
Uses of PaymentRequest3ds2 in com.adyen.service
Methods in com.adyen.service with parameters of type PaymentRequest3ds2 Modifier and Type Method Description PaymentResultPayment. authorise3DS2(PaymentRequest3ds2 paymentRequest3ds2)POST /authorise3ds2 API call
-