Invoice class

Invoice class

Invoice class.

The Invoice type exposes the following members:

Constructors

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

Properties

PropertyDescription
invoice_numberGets or sets the invoice number associated with the payment.
invoice_total_amountGets or sets the total invoice amount.
invoice_paid_amountGets or sets the amount of the invoice being paid
invoice_dateGets or sets the date to apply the invoice.
invoice_descriptionGets or sets the invoice description.
discountGets or sets the Invoice.discount.
adjustmentGets or sets the Invoice.adjustment.
line_itemsGets or sets the collection of LineItem.

See Also