Uses of Class
com.adyen.model.legalentitymanagement.PciDocumentInfo
-
Packages that use PciDocumentInfo Package Description com.adyen.model.legalentitymanagement -
-
Uses of PciDocumentInfo in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return PciDocumentInfo Modifier and Type Method Description PciDocumentInfoPciDocumentInfo. createdAt(OffsetDateTime createdAt)static PciDocumentInfoPciDocumentInfo. fromJson(String jsonString)Create an instance of PciDocumentInfo given an JSON stringPciDocumentInfoPciDocumentInfo. id(String id)PciDocumentInfoPciDocumentInfo. validUntil(OffsetDateTime validUntil)Methods in com.adyen.model.legalentitymanagement that return types with arguments of type PciDocumentInfo Modifier and Type Method Description List<PciDocumentInfo>GetPciQuestionnaireInfosResponse. getData()Information about the signed PCI questionnaires.Methods in com.adyen.model.legalentitymanagement with parameters of type PciDocumentInfo Modifier and Type Method Description GetPciQuestionnaireInfosResponseGetPciQuestionnaireInfosResponse. addDataItem(PciDocumentInfo dataItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type PciDocumentInfo Modifier and Type Method Description GetPciQuestionnaireInfosResponseGetPciQuestionnaireInfosResponse. data(List<PciDocumentInfo> data)voidGetPciQuestionnaireInfosResponse. setData(List<PciDocumentInfo> data)Information about the signed PCI questionnaires.
-