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