Uses of Class
com.adyen.model.legalentitymanagement.PciSigningResponse
-
Packages that use PciSigningResponse Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of PciSigningResponse in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return PciSigningResponse Modifier and Type Method Description PciSigningResponsePciSigningResponse. addPciQuestionnaireIdsItem(String pciQuestionnaireIdsItem)static PciSigningResponsePciSigningResponse. fromJson(String jsonString)Create an instance of PciSigningResponse given an JSON stringPciSigningResponsePciSigningResponse. pciQuestionnaireIds(List<String> pciQuestionnaireIds)The unique identifiers of the signed PCI documents.PciSigningResponsePciSigningResponse. signedBy(String signedBy)The [legal entity ID](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/legalEntities__resParam_id) of the individual who signed the PCI questionnaire. -
Uses of PciSigningResponse in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return PciSigningResponse Modifier and Type Method Description PciSigningResponsePciQuestionnairesApi. signPciQuestionnaire(String id, PciSigningRequest pciSigningRequest)Sign PCI questionnairePciSigningResponsePciQuestionnairesApi. signPciQuestionnaire(String id, PciSigningRequest pciSigningRequest, RequestOptions requestOptions)Sign PCI questionnaire
-