OBJECT

InvoiceDocument

Represents an invoice document

link GraphQL Schema definition

  • type InvoiceDocument implements Document {
  • # The type of this invoice document
  • type: InvoiceType
  • # The payment state of this invoice document
  • paymentState: PaymentState
  • # The resulting entity of an uploaded file, supplied with meta data.
  • file: File
  • # An RFC-3339 encoded date string.
  • date: Date
  • # The comment on this invoice document
  • comment: String
  • }

link Require by

This element is not required by anyone