GraphQL OBJECT

TaxExemptionDocumentSearchResult

Tax exemption documents search result.

link Definition

  • type TaxExemptionDocumentSearchResult {
  • # The tax exemption documents which match to the filter criteria.
  • taxExemptionDocuments: [TaxExemptionDocument]
  • # isTruncated.
  • isTruncated: Boolean
  • # totalCount.
  • totalCount: Int
  • }

link Required by