Uses of Class
com.adyen.model.legalentitymanagement.Attachment
-
Packages that use Attachment Package Description com.adyen.model.legalentitymanagement -
-
Uses of Attachment in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Attachment Modifier and Type Method Description AttachmentAttachment. content(byte[] content)The document in Base64-encoded string format.AttachmentAttachment. contentType(String contentType)Deprecated.since Legal Entity Management API v1AttachmentAttachment. filename(String filename)Deprecated.since Legal Entity Management API v1static AttachmentAttachment. fromJson(String jsonString)Create an instance of Attachment given an JSON stringAttachmentDocument. getAttachment()attachmentAttachmentAttachment. pageName(String pageName)The name of the file including the file extension.AttachmentAttachment. pageType(String pageType)Specifies which side of the ID card is uploadedMethods in com.adyen.model.legalentitymanagement that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Document. getAttachments()Array that contains the document.Methods in com.adyen.model.legalentitymanagement with parameters of type Attachment Modifier and Type Method Description DocumentDocument. addAttachmentsItem(Attachment attachmentsItem)DocumentDocument. attachment(Attachment attachment)attachmentvoidDocument. setAttachment(Attachment attachment)attachmentMethod parameters in com.adyen.model.legalentitymanagement with type arguments of type Attachment Modifier and Type Method Description DocumentDocument. attachments(List<Attachment> attachments)Array that contains the document.voidDocument. setAttachments(List<Attachment> attachments)Array that contains the document.
-