Skip to main content

ErrorResultInvoice

Represents a failed invoice in a batch operation.

errorstringnullable

The error message describing why the operation failed.

inputIndexint32
statusCodeint32
externalInvoiceIdstringnullable

The external invoice identifier from the request.

ErrorResultInvoice
{
"error": "string",
"inputIndex": 0,
"statusCode": 0,
"externalInvoiceId": "string"
}