/// Attachment item. class Attachment { // Attachment id. // Ignored on create request. public $AttachmentId; // Attachment data. public $AttachmentData; // Attachment entry date. // Ignored on create request. public $AttachmentDate; // Attachment name for file. public $AttachmentFileName; // Attachment mime type. public $AttachmentMimeType;
/// Attachment item. public class Attachment { // Attachment id. // Ignored on create request. public Long AttachmentId; // Attachment data. public String AttachmentData; // Attachment entry date. // Ignored on create request. public Date AttachmentDate; // Attachment name for file. public String AttachmentFileName; // Attachment mime type. public String AttachmentMimeType;