/** * Billingual API * REST API for invoice management, customer management, and accounting operations. Features include cursor-based pagination for efficient data navigation, flexible JSON querying with MongoDB-style operators, full-text search across multiple fields, and comprehensive metadata support for custom tracking. * * The version of the OpenAPI document: 1.0.0 * Contact: api@billingual.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface EntitySettingsNumberFormats */ export interface EntitySettingsNumberFormats { /** * * @type {string} * @memberof EntitySettingsNumberFormats */ invoice?: string | null; } /** * Check if a given object implements the EntitySettingsNumberFormats interface. */ export declare function instanceOfEntitySettingsNumberFormats(value: object): value is EntitySettingsNumberFormats; export declare function EntitySettingsNumberFormatsFromJSON(json: any): EntitySettingsNumberFormats; export declare function EntitySettingsNumberFormatsFromJSONTyped(json: any, ignoreDiscriminator: boolean): EntitySettingsNumberFormats; export declare function EntitySettingsNumberFormatsToJSON(value?: EntitySettingsNumberFormats | null): any; //# sourceMappingURL=EntitySettingsNumberFormats.d.ts.map