API Docs / Schemas / InvoiceSubmissionResult

InvoiceSubmissionResult

Properties

Name Type Description
submittedCountinteger
failedCountinteger
skippedCountinteger
errorsarray of string

JSON Example

{
  "submittedCount": 0,
  "failedCount": 0,
  "skippedCount": 0,
  "errors": [
    "string"
  ]
}

Used By Operations