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