The response schema for the getCustomerInvoice operation.

GetCustomerInvoiceResponse

interface GetCustomerInvoiceResponse {
    errors?: Error[];
    payload?: CustomerInvoice;
}

Properties

Properties

errors?: Error[]

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

GetCustomerInvoiceResponse

payload?: CustomerInvoice

GetCustomerInvoiceResponse