The response schema for the getCustomerInvoices operation.

GetCustomerInvoicesResponse

interface GetCustomerInvoicesResponse {
    errors?: Error[];
    payload?: CustomerInvoiceList;
}

Properties

Properties

errors?: Error[]

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

GetCustomerInvoicesResponse

GetCustomerInvoicesResponse