Skip to main content

OrderMessageAttachment Object

Description

Attachment associated with an order message.

Declaration

type OrderMessageAttachment {
_id: ID
uri: String
title: String
}

Fields

NameTypeDescription
_idIDInternal database identifier.
uriStringURI to the attachment file.
titleStringTitle of the attachment.