GraphQL OBJECT
PurchaseDocument
PDF document sent to the customer as an email attachment.
link Definition
- type PurchaseDocument {
- #   ID of the PDF document sent to the customer as an email attachment.
- : Long! 
- #   Invoice or reference number, depending on the document type.
- : String 
- #   Type of PDF document sent to the customer as an email attachment.
- : PurchaseDocumentType 
- #   Date on which the PDF document was sent to the customer.
- : DateTime! 
- #   Link to the PDF document sent to the customer as an email attachment.
- : String 
- }