GraphQL OBJECT
TaxExemptionDocument
Tax exemption document.
link Definition
- type TaxExemptionDocument {
- # Date and time when the tax exemption was created.
- DateTime :
- # Date and time when the last edit occurred.
- DateTime :
- # Unique ID of the tax exemption.
- String :
- # exemptReason.
- TaxExemptionReason :
- # taxIdType.
- TaxExemptionTaxIdType :
- # taxId.
- String :
- # client Id.
- Int :
- # issuedDate.
- Date :
- # state.
- State :
- # state.
- Date :
- # typeOfBusiness.
- TaxExemptionTypeOfBusiness :
- # contact information.
- TaxExemptionContact :
- # attachment.
- TaxExemptionDocumentAttachment :
- # Status.
- TaxExemptionDocumentStatus :
- # Assignee.
- UserAccount :
- # LastModifiedBy.
- UserAccount :
- # CreatedBy.
- UserAccount :
- # Notes.
- String :
- }