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()Get 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 uploaded. * If the `type` is **driversLicense** or **identityCard**, you must set this to **front** or **back**. * For any other types, when this is omitted, we infer the page number based on the order of attachments.Methods 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.
-