GraphQL INPUT_OBJECT
UpdateTaxExemptionDocumentInput
Input for updating a Tax exemption document.
link Definition
- input UpdateTaxExemptionDocumentInput {
- # Contact information.
- UpdateTaxExemptionContactInput :
- # The document itself.
- File :
- # Reason for the exemption.
- TaxExemptionReasonEnumGraphType :
- # Date of the expiration.
- Date :
- # Date of the issue.
- Date :
- # Notes.
- String :
- # State of the issue. State ID is a five- or six-character ID of the issuer's
- # country and state based on ISO 3166-2. It is required for Australia, Brazil,
- # Canada, India, Ireland, Japan, the UAE, and the USA.
- StateEnum :
- # Tax ID.
- String :
- # Type of the tax ID.
- TaxExemptionTaxIdTypeEnum :
- # Type of the business.
- TaxExemptionTypeOfBusinessEnum :
- # ID of the document.
- String! :
- # Status of the document.
- TaxExemptionDocumentStatusEnum :
- }