[NetForumBusinessObjectAttribute("62F4CECD-4260-49C8-A302-52D861619D01")]
public class InvoiceDetail : NetForumEntity
<NetForumBusinessObjectAttribute("62F4CECD-4260-49C8-A302-52D861619D01")>
Public Class InvoiceDetail
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"62F4CECD-4260-49C8-A302-52D861619D01")]
public ref class InvoiceDetail : public NetForumEntity
[<NetForumBusinessObjectAttribute("62F4CECD-4260-49C8-A302-52D861619D01")>]
type InvoiceDetail =
class
inherit NetForumEntity
end
InvoiceDetail | Initializes a new instance of the InvoiceDetail class |
AdjustmentBatchId | |
BenefitingCustomerId | The customer that effectively receives the benefits of this purchase (such as a physical product, or a membership). The same as ShippingCustomerId. |
BillToCustomerId | The customer that pays for this purchase. The same as CustomerId. |
CustomerId | |
HadDiscountProgramVoucherApplied | |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
InvoiceId | |
IsAdditionalCharge | |
IsClosed | |
IsShipped | |
IsVoid | |
ItemName | |
Notes | |
OriginatingOrderDetailId | |
PackageGroupingKey | |
PackageProductId | If this invoice detail was purchased as a part of a package, the product Id of that package; otherwise null |
PriceCode | |
PriceId | |
PriceName | |
ProductId | |
ProductName | |
ProductTypeId | |
Quantity | |
RevisionInformation | (Inherited from NetForumEntity) |
ShippingCustomerAddressId | |
ShippingCustomerId | |
SourceCodeId | |
Total | The total value of this line item at the time it was created. Does not reflect returns or cancels. |
Type | |
UnitPrice |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |