UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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