Invoice class

Invoice class

Invoice class.

The Invoice type exposes the following members:

Constructors

Constructor Description
Invoice() Initializes a new instance of Invoice class.

Properties

Property Description
invoice_number Gets or sets the invoice number associated with the payment.
invoice_total_amount Gets or sets the total invoice amount.
invoice_paid_amount Gets or sets the amount of the invoice being paid
invoice_date Gets or sets the date to apply the invoice.
invoice_description Gets or sets the invoice description.
discount Gets or sets the Invoice.discount.
adjustment Gets or sets the Invoice.adjustment.
line_items Gets or sets the collection of LineItem.

See Also