GraphQL OBJECT
PurchaseDocumentSearchResultItem
Purchase document that matches the search parameters.
link Definition
- type PurchaseDocumentSearchResultItem {
- # ID of the purchase document.
- Int! :
- # Type of the document sent to the customer as an email attachment.
- PurchaseDocumentType :
- # Download link for the purchase document.
- String :
- # Date on which the PDF document was sent to the customer.
- DateTime :
- }