Skip to main content

Document

No description

interface Document {
createdAt: ISO8601DateTime
description: String
fileName: String
id: ID
number: String
url: String
}

Fields

Document.createdAt ● ISO8601DateTime scalar

When the document was created.

Document.description ● String scalar

The human-readable description of the document.

Document.fileName ● String scalar

The file name of the document.

Document.id ● ID scalar

The unique identifier of the record.

Document.number ● String scalar

The document number.

Document.url ● String scalar

The URL where the document file can be downloaded.

Implemented By

AccountingCreditDocument object ● AccountingOrderProforma object ● AccountingRepaymentProforma object ● AccountingSaleDocument object ● ShippingLabel object