Invoice

Invoice class

Clase de factura.

public class Invoice

Constructores

NombreDescripción
Invoice()Inicializa una nueva instancia deInvoice clase.

Propiedades

NombreDescripción
Adjustment { get; set; }Obtiene o establece elAdjustment .
Discount { get; set; }Obtiene o establece elDiscount .
InvoiceDate { get; set; }Obtiene o establece la fecha para aplicar la factura.
InvoiceDescription { get; set; }Obtiene o establece la descripción de la factura.
InvoiceNumber { get; set; }Obtiene o establece el número de factura asociado al pago.
InvoicePaidAmount { get; set; }Obtiene o establece el importe de la factura que se está pagando
InvoiceTotalAmount { get; set; }Obtiene o establece el monto total de la factura.
LineItems { get; set; }Obtiene o establece la colección deLineItem .

Ver también