The response schema for the submitInvoices operation.

Export

SubmitInvoicesResponse

interface SubmitInvoicesResponse {
    errors?: Error[];
    payload?: TransactionId;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

SubmitInvoicesResponse

payload?: TransactionId

Memberof

SubmitInvoicesResponse