[NetForumBusinessObjectAttribute("OrderDetail")]
public class OrderDetail : NetForumEntity
<NetForumBusinessObjectAttribute("OrderDetail")>
Public Class OrderDetail
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"OrderDetail")]
public ref class OrderDetail : public NetForumEntity
[<NetForumBusinessObjectAttribute("OrderDetail")>]
type OrderDetail =
class
inherit NetForumEntity
end
OrderDetail | Initializes a new instance of the OrderDetail class |
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 | |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
IsAdditionalCharge | |
IsVoid | |
ItemName | |
Notes | |
OrderId | |
PriceCode | |
PriceId | |
PriceName | |
ProductId | |
ProductName | |
ProductTypeId | |
Quantity | |
QuantityInvoiced | |
RevisionInformation | (Inherited from NetForumEntity) |
ShippingCustomerAddressId | |
ShippingCustomerId | |
SourceCodeId | |
Total | |
Type | |
UninvoicedQuantity | |
UninvoicedTotal | |
UnitPrice |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |