GraphQL OBJECT

PurchaseDocumentSearchResultItem

Purchase document that matches the search parameters.

link Definition

  • type PurchaseDocumentSearchResultItem {
  • # ID of the purchase document.
  • id: Int!
  • # Type of the document sent to the customer as an email attachment.
  • purchaseDocumentType: PurchaseDocumentType
  • # Download link for the purchase document.
  • downloadLink: String
  • # Date on which the PDF document was sent to the customer.
  • documentDate: DateTime
  • }