Invoice
Contents
[
Hide
]Invoice class
Invoice class.
public class Invoice
Constructors
| Name | Description |
|---|---|
| Invoice() | Initializes a new instance of Invoice class. |
Properties
| Name | Description |
|---|---|
| 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
- namespace Aspose.Finance.Ofx
- assembly Aspose.Finance