interface AttachmentCreate {
    additionalComment?: AdditionalComment;
    public?: boolean;
    temporaryAttachmentIds?: string[];
}

Hierarchy (view full)

Properties

additionalComment?: AdditionalComment
public?: boolean

Indicates whether the attachments are to be public (true) or private/internal (false).

temporaryAttachmentIds?: string[]

List of IDs for the temporary attachments to be added to the customer request.