GraphQL INPUT_OBJECT
TaxExemptionDocumentSearchParameters
Input for Tax Exemption Document search.
link Definition
- input TaxExemptionDocumentSearchParameters {
- # status of the document
- TaxExemptionDocumentStatusSearchRelationInput :
- # Name of the company.
- TaxExemptionDocumentStringSearchRelationInput :
- # Filter on certificate issued date.
- TaxExemptionDocumentDateSearchRelationInput :
- # Filter on certificate creation date.
- TaxExemptionDocumentDateTimeSearchRelationInput :
- # Filter on certificate modification date.
- TaxExemptionDocumentDateTimeSearchRelationInput :
- # Filter on certificate expiration date.
- TaxExemptionDocumentDateSearchRelationInput :
- # Email.
- TaxExemptionDocumentStringSearchRelationInput :
- # first name.
- TaxExemptionDocumentStringSearchRelationInput :
- # last name.
- TaxExemptionDocumentStringSearchRelationInput :
- # ID of user who did the last change.
- TaxExemptionDocumentIntSearchRelationInput :
- # ID of user who created the document.
- TaxExemptionDocumentIntSearchRelationInput :
- # Reason for the exemption.
- TaxExemptionDocumentExemptReasonSearchRelationInput :
- # State.
- TaxExemptionDocumentStateSearchRelationInput :
- # State.
- TaxExemptionDocumentStateSearchRelationInput :
- # Tax ID.
- TaxExemptionDocumentStringSearchRelationInput :
- # Tax ID type.
- TaxExemptionDocumentTaxIdTypeSearchRelationInput :
- # ID of the assigned user.
- TaxExemptionDocumentIntSearchRelationInput :
- # Client ID.
- TaxExemptionDocumentIntSearchRelationInput :
- # Document ID.
- TaxExemptionDocumentStringSearchRelationInput :
- # List of fields to define the sort order. Input order is important.
- TaxExemptionDocumentSorterInput] : [
- # Maximum number of items that should be retrieved.
- Int :
- # Starting index for retrieving the items.
- Int :
- # Type of business.
- TaxExemptionDocumentTypeOfBusinessSearchRelationInput :
- }