[NetForumBusinessObjectAttribute("Invoice")]
public class Invoice : NetForumEntity, IInvoice<NetForumBusinessObjectAttribute("Invoice")>
Public Class Invoice
Inherits NetForumEntity
Implements IInvoice[NetForumBusinessObjectAttribute(L"Invoice")]
public ref class Invoice : public NetForumEntity,
IInvoice[<NetForumBusinessObjectAttribute("Invoice")>]
type Invoice =
class
inherit NetForumEntity
interface IInvoice
end| Invoice | Initializes a new instance of the Invoice class |
| BatchId | |
| BillingContactId | |
| BillToCustomerId | |
| Code | |
| CustomerAddressId | |
| CustomerFaxId | |
| CustomerId | |
| CustomerPhoneId | |
| EmailId | |
| ExternalNotes | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| InternalNotes | |
| InvoiceDetails | |
| IsClosed | |
| IsProforma | |
| IsVoid | |
| MediaCodeId | |
| Number | |
| OriginatingOrderId | |
| OriginatingTransactionType | |
| PoNumber | |
| PreferredCommunicationMethod | |
| RevisionInformation | (Inherited from NetForumEntity) |
| SourceCodeId | |
| TermsId | |
| TrackingNumber | |
| TransactionDate |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |