GraphQL INPUT_OBJECT
PurchaseDocumentSearchParameters
Parameters for the purchase document search.
link Definition
- input PurchaseDocumentSearchParameters {
- # Maximum number of items that should be retrieved.
- Int :
- # Starting index for retrieving the items.
- Int :
- # Input for ordering the result before applying the offset.
- PurchaseDocumentSearchOrderByInput] : [
- # ID of the subscription to which the document belongs.
- NumericIdSearchRelationInput :
- # ID of the purchase to which the document belongs.
- NumericIdSearchRelationInput :
- # ID of the purchase document.
- NumericIdSearchRelationInput :
- # Date on which the PDF document was sent to the customer.
- DateTimeSearchRelationInput :
- # Type of PDF document sent to the customer as an email attachment.
- PurchaseDocumentTypeSearchRelationInput :
- # Logical operator for the search.
- LogicalOperator :
- }