export declare type UpdateInvoiceRequest = {
    /**
     * Additional information around the invoice that can be supplied.
     */
    metadata?: any;
};
