AccountingSaleDocument
Permission required: accounting_document:read
type AccountingSaleDocument implements Document {
createdAt: ISO8601DateTime
description: String
fileName: String
id: ID
number: String
url: String
}
Fields
AccountingSaleDocument.createdAt ● ISO8601DateTime scalar
When the document was created.
AccountingSaleDocument.description ● String scalar
The human-readable description of the document.
AccountingSaleDocument.fileName ● String scalar
The file name of the document.
AccountingSaleDocument.id ● ID scalar
The unique identifier of the record.
AccountingSaleDocument.number ● String scalar
The document number.
AccountingSaleDocument.url ● String scalar
The URL where the document file can be downloaded.
Interfaces
Document interface
Member Of
Order object