InvoiceSubmissionResult
Properties
| Name | Type | Description |
|---|---|---|
| submittedCount | integer | |
| failedCount | integer | |
| skippedCount | integer | |
| errors | array of string |
JSON Example
{
"submittedCount": 0,
"failedCount": 0,
"skippedCount": 0,
"errors": [
"string"
]
}