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

    Represents a customer invoice associated with a purchase order.

    interface CustomerInvoice {
        content: string;
        purchaseOrderNumber: string;
    }
    Index

    Properties

    content: string

    The Base64 customer invoice.

    purchaseOrderNumber: string

    The purchase order number for this order.