/** * Shell Data & Reporting APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; export interface UpdateOdometer { /** * Unique SalesItemId (Either Billed on Unbilled) * Mandatory */ salesItemId: string | null; /** NewOdometerValue that needs to be updated */ newOdometerValue: number | null; } export declare const updateOdometerSchema: Schema; //# sourceMappingURL=updateOdometer.d.ts.map