File

src/app/interfaces/venta.ts

Index

Properties

Properties

detalleVenta
detalleVenta: DetalleVenta[]
Type : DetalleVenta[]
fechaRegistro
fechaRegistro: string
Type : string
Optional
idVenta
idVenta: number
Type : number
Optional
numeroDocumento
numeroDocumento: string
Type : string
Optional
tipoPago
tipoPago: string
Type : string
totalTexto
totalTexto: string
Type : string
import { DetalleVenta } from "./detalle-venta";

export interface Venta {
    idVenta?: number,
    numeroDocumento?: string,
    tipoPago: string,
    fechaRegistro?: string,
    totalTexto: string,
    detalleVenta: DetalleVenta[]
}

results matching ""

    No results matching ""