Type alias ListInvoiceResponse

ListInvoiceResponse: {
    data: Invoice[];
    errors: APIError[];
    success: boolean;
}

Type declaration

  • data: Invoice[]

    List of invoices

  • errors: APIError[]

    If the operation was not successful, holds the deatils of errors

  • success: boolean

    Indicates whether the operation was successful or not