GraphQL OBJECT
PurchaseDocumentType
Type of PDF document sent to the customer as an email attachment.
link Definition
- type PurchaseDocumentType {
- # Document type code.
- PurchaseDocumentTypeEnum :
- # Document type name.
- String! :
- }
GraphQL OBJECT
Type of PDF document sent to the customer as an email attachment.
- type PurchaseDocumentType {
- # Document type code.
- PurchaseDocumentTypeEnum :
- # Document type name.
- String! :
- }