The invoice details for charges associated with the goods in the package. Only applies to certain regions.

InvoiceDetails

interface InvoiceDetails {
    invoiceDate?: string;
    invoiceNumber?: string;
}

Properties

invoiceDate?: string

The invoice date of the item in ISO 8061 format.

InvoiceDetails

invoiceNumber?: string

The invoice number of the item.

InvoiceDetails