{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/anrok/main/json-schema/create-transaction-cannot-compute-tax-amount.json",
"title": "CreateTransactionCannotComputeTaxAmount",
"type": "object",
"description": "Error computing tax amount to be collected",
"properties": {
"type": {
"type": "string",
"enum": [
"accountingTimeZoneNotSetForSeller",
"accountingTimeZoneNotSupported",
"currencyCodeNotSupported",
"customerAddressCouldNotResolve",
"customerIdNotFound",
"externalServiceError",
"jurisNotFound",
"productExternalIdUnknown",
"productTaxCategoryNotSupportedForJuris",
"taxDateTooFarInFuture",
"taxDateTooFarInPast"
]
},
"productExternalId": {
"description": "The product external ID that was not configured in Anrok. Only set if type is 'productExternalIdUnknown'.",
"type": "string"
}
}
}