TaxCertificate
Customer Tax Certificate information.
type TaxCertificate {
id: Int
companyId: String
signedDate: String
expirationDate: String
createdDate: String
modifiedDate: String
filename: String
documentExists: Boolean
downloadUrl: String
valid: Boolean
verified: Boolean
status: String
exemptPercentage: String
isSingleCertificate: Boolean
exemptionNumber: String
exemptionReasonName: String
exemptionReasonId: Int
taxNumberType: String
businessNumberType: String
exposureZoneName: String
}
Show more ↓
Fields
TaxCertificate.id ● Int scalar
Certificate ID
TaxCertificate.companyId ● String scalar
Company ID
TaxCertificate.signedDate ● String scalar
Date certificate was signed
TaxCertificate.expirationDate ● String scalar
Certificate expiration date
TaxCertificate.createdDate ● String scalar
Date certificate was created
TaxCertificate.modifiedDate ● String scalar
Date certificate was last modified
TaxCertificate.filename ● String scalar
Certificate filename
TaxCertificate.documentExists ● Boolean scalar
Whether document file exists
TaxCertificate.downloadUrl ● String scalar
URL to download certificate
TaxCertificate.valid ● Boolean scalar
Whether certificate is valid
TaxCertificate.verified ● Boolean scalar
Whether certificate is verified
TaxCertificate.status ● String scalar
Certificate status
TaxCertificate.exemptPercentage ● String scalar
Exemption percentage
TaxCertificate.isSingleCertificate ● Boolean scalar
Whether this is a single certificate
TaxCertificate.exemptionNumber ● String scalar
Exemption number
TaxCertificate.exemptionReasonName ● String scalar
Exemption reason name
TaxCertificate.exemptionReasonId ● Int scalar
Exemption reason ID
TaxCertificate.taxNumberType ● String scalar
Tax number type
TaxCertificate.businessNumberType ● String scalar
Business number type
TaxCertificate.exposureZoneName ● String scalar
Exposure zone name
Returned By
customerTaxCertificates query