OBJECT
InvoiceDocument
Represents an invoice document
link GraphQL Schema definition
- type InvoiceDocument implements Document {
- # The type of this invoice document
- : InvoiceType
- # The payment state of this invoice document
- : PaymentState
- # The resulting entity of an uploaded file, supplied with meta data.
- : File
- # An RFC-3339 encoded date string.
- : Date
- # The comment on this invoice document
- : String
- }
link Require by
This element is not required by anyone