The response schema for the sendInvoice operation.

Export

InvoiceResponse

interface InvoiceResponse {
    errors?: Error[];
}

Properties

Properties

errors?: Error[]

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

Memberof

InvoiceResponse