Uses of Class
com.adyen.model.marketpayhop.GetPciUrlResponse
-
Packages that use GetPciUrlResponse Package Description com.adyen.model.marketpayhop com.adyen.service.classicplatforms -
-
Uses of GetPciUrlResponse in com.adyen.model.marketpayhop
Methods in com.adyen.model.marketpayhop that return GetPciUrlResponse Modifier and Type Method Description GetPciUrlResponseGetPciUrlResponse. addInvalidFieldsItem(ErrorFieldType invalidFieldsItem)static GetPciUrlResponseGetPciUrlResponse. fromJson(String jsonString)Create an instance of GetPciUrlResponse given an JSON stringGetPciUrlResponseGetPciUrlResponse. invalidFields(List<ErrorFieldType> invalidFields)GetPciUrlResponseGetPciUrlResponse. pspReference(String pspReference)GetPciUrlResponseGetPciUrlResponse. redirectUrl(String redirectUrl)GetPciUrlResponseGetPciUrlResponse. resultCode(String resultCode) -
Uses of GetPciUrlResponse in com.adyen.service.classicplatforms
Methods in com.adyen.service.classicplatforms that return GetPciUrlResponse 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
-