API Docs / Schemas / TaxCalculationMessages

TaxCalculationMessages

Properties

Name Type Description
infoarray of TaxCalculationMessage
warningsarray of TaxCalculationMessage
errorsarray of TaxCalculationMessage

JSON Example

{
  "info": [
    {
      "id": "...",
      "text": "..."
    }
  ],
  "warnings": [
    {
      "id": "...",
      "text": "..."
    }
  ],
  "errors": [
    {
      "id": "...",
      "text": "..."
    }
  ]
}

Contained in Schemas