Uses of Class
de.adorsys.psd2.model.PaymentInitiationCancelResponse202
-
Packages that use PaymentInitiationCancelResponse202 Package Description de.adorsys.psd2.api de.adorsys.psd2.model -
-
Uses of PaymentInitiationCancelResponse202 in de.adorsys.psd2.api
Methods in de.adorsys.psd2.api that return types with arguments of type PaymentInitiationCancelResponse202 Modifier and Type Method Description default org.springframework.http.ResponseEntity<PaymentInitiationCancelResponse202>PaymentApi. _cancelPayment(String paymentService, String paymentProduct, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, Boolean tpPRedirectPreferred, String tpPNokRedirectURI, String tpPRedirectURI, Boolean tpPExplicitAuthorisationPreferred, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation)default org.springframework.http.ResponseEntity<PaymentInitiationCancelResponse202>PaymentApi. cancelPayment(String paymentService, String paymentProduct, String paymentId, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, Boolean tpPRedirectPreferred, String tpPNokRedirectURI, String tpPRedirectURI, Boolean tpPExplicitAuthorisationPreferred, String psUIPAddress, String psUIPPort, String psUAccept, String psUAcceptCharset, String psUAcceptEncoding, String psUAcceptLanguage, String psUUserAgent, String psUHttpMethod, UUID psUDeviceID, String psUGeoLocation) -
Uses of PaymentInitiationCancelResponse202 in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return PaymentInitiationCancelResponse202 Modifier and Type Method Description PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. _links(Map _links)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. addTppMessagesItem(TppMessage2XX tppMessagesItem)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. challengeData(ChallengeData challengeData)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. chosenScaMethod(ChosenScaMethod chosenScaMethod)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. scaMethods(ScaMethods scaMethods)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. tppMessages(List<TppMessage2XX> tppMessages)PaymentInitiationCancelResponse202PaymentInitiationCancelResponse202. transactionStatus(TransactionStatus transactionStatus)
-