| Member | Description |
|---|---|
Constructor |
Constructor |
GetBusinessObject |
Required method used to instantiate the business object component of this entity public virtual IBusinessObject GetBusinessObject(); |
Account |
Account (number) the invoice is linked to as a whole |
Address |
Address |
AddressFk |
Address FK |
BillDate |
Invoice/Bill Date |
CustomerMessage |
Message to the customer |
DiscountDays |
Discount days (payment terms) |
DiscountPercentage |
Discount percentage (payment terms) |
InvoiceDate |
Invoice/Bill Date |
InvoiceDueDate |
Invoice/Bill Due Date |
InvoiceNumber |
Invoice Number |
ItemTotal |
Invoice sub-total without tax and SH |
LineItems |
Line items collection |
Memo |
Invoice Memo (Text) |
NameFk |
Name FK |
NetDays |
Net days (payment terms) |
Paid |
Has this invoice been paid? |
PONumber |
Purchase Order (PO) Number |
ShippingAndHandling |
Shipping and Handling charge |
Taxable |
Is this invoice taxable? |
TaxRate |
Tax rate (if taxable) |
TaxText |
Tax rate (if taxable) |
Template |
Invoice Template (generally used for printing purposes) |
Terms |
Invoice payment terms |
ToBePrinted |
Is this invoice yet to be printed? |
ToBeSent |
Is this invoice yet to be sent? |
Total |
Invoice total including sh and tax |
TotalTax |
Total amount of sales taxes |
TotalWithSHNoTax |
Invoice total including sh but no tax |