InvoiceStatusInfo
Human-friendly metadata for the numeric invoice status
codeintegerrequired
Numeric status code (e.g., 90, 91, 92, 93, 95, 96, 97, 98, 100)
keystringrequired
Stable machine key (e.g., PENDING_INTEGRATION_FIRST)
labelstringrequired
Short label (human-readable)
descriptionstringnullable
Longer description, if available
InvoiceStatusInfo
{
"code": 0,
"key": "string",
"label": "string",
"description": "string"
}