Uses of Class
com.adyen.model.legalentitymanagement.DocumentPage
-
Packages that use DocumentPage Package Description com.adyen.model.legalentitymanagement -
-
Uses of DocumentPage in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return DocumentPage Modifier and Type Method Description static DocumentPageDocumentPage. fromJson(String jsonString)Create an instance of DocumentPage given an JSON stringDocumentPageDocumentPage. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.DocumentPageDocumentPage. pageName(String pageName)pageNameDocumentPageDocumentPage. pageNumber(Integer pageNumber)pageNumberDocumentPageDocumentPage. type(DocumentPage.TypeEnum type)typeMethods in com.adyen.model.legalentitymanagement that return types with arguments of type DocumentPage Modifier and Type Method Description List<DocumentPage>DocumentReference. getPages()List of document pagesMethods in com.adyen.model.legalentitymanagement with parameters of type DocumentPage Modifier and Type Method Description DocumentReferenceDocumentReference. addPagesItem(DocumentPage pagesItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type DocumentPage Modifier and Type Method Description DocumentReferenceDocumentReference. pages(List<DocumentPage> pages)List of document pagesvoidDocumentReference. setPages(List<DocumentPage> pages)List of document pages
-