/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

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