Invoice

Invoice class

Invoice class.

public class Invoice

Constructors

NameDescription
Invoice()Initializes a new instance of Invoice class.

Properties

NameDescription
Adjustment { get; set; }Gets or sets the Adjustment.
Discount { get; set; }Gets or sets the Discount.
InvoiceDate { get; set; }Gets or sets the date to apply the invoice.
InvoiceDescription { get; set; }Gets or sets the invoice description.
InvoiceNumber { get; set; }Gets or sets the invoice number associated with the payment.
InvoicePaidAmount { get; set; }Gets or sets the amount of the invoice being paid
InvoiceTotalAmount { get; set; }Gets or sets the total invoice amount.
LineItems { get; set; }Gets or sets the collection of LineItem.

See Also