Selling Partner API SDK for JavaScript
    Preparing search index...

    Represents a list of customer invoices, potentially paginated.

    interface CustomerInvoiceList {
        customerInvoices?: CustomerInvoice[];
        pagination?: Pagination;
    }
    Index

    Properties

    customerInvoices?: CustomerInvoice[]

    Represents a customer invoice within the CustomerInvoiceList.

    pagination?: Pagination