Uses of Class
com.adyen.model.marketpayhop.GetPciUrlRequest
-
Packages that use GetPciUrlRequest Package Description com.adyen.model.marketpayhop com.adyen.service.classicplatforms -
-
Uses of GetPciUrlRequest in com.adyen.model.marketpayhop
Methods in com.adyen.model.marketpayhop that return GetPciUrlRequest Modifier and Type Method Description GetPciUrlRequestGetPciUrlRequest. accountHolderCode(String accountHolderCode)static GetPciUrlRequestGetPciUrlRequest. fromJson(String jsonString)Create an instance of GetPciUrlRequest given an JSON stringGetPciUrlRequestGetPciUrlRequest. returnUrl(String returnUrl) -
Uses of GetPciUrlRequest in com.adyen.service.classicplatforms
Methods in com.adyen.service.classicplatforms with parameters of type GetPciUrlRequest Modifier and Type Method Description GetPciUrlResponseClassicPlatformHopApi. getPciQuestionnaireUrl(GetPciUrlRequest getPciUrlRequest)Get a link to a PCI compliance questionnaireGetPciUrlResponseClassicPlatformHopApi. getPciQuestionnaireUrl(GetPciUrlRequest getPciUrlRequest, RequestOptions requestOptions)Get a link to a PCI compliance questionnaire
-