UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

28 lines (26 loc) 680 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type LineaFacturaRequestBody = { id?: number; factura?: string; numeroLinea?: number; codigoServicio?: string; descripcion?: string; cantidad?: number; precioUnitario?: number; descuento?: number; importeBruto?: number; importeDescuento?: number; baseImponible?: number; tipoIva?: number; importeIva?: number; totalLinea?: number; cita?: string; planDieta?: string; producto?: string; tipoLinea?: 'SERVICIO' | 'PRODUCTO' | 'DESCUENTO' | 'RECARGO'; loteProducto?: string; fechaCaducidad?: string; };