TaxCalculationMessages
Properties
| Name | Type | Description |
|---|---|---|
| info | array of TaxCalculationMessage | |
| warnings | array of TaxCalculationMessage | |
| errors | array of TaxCalculationMessage |
JSON Example
{
"info": [
{
"id": "...",
"text": "..."
}
],
"warnings": [
{
"id": "...",
"text": "..."
}
],
"errors": [
{
"id": "...",
"text": "..."
}
]
}