[NetForumBusinessObjectAttribute("Price")]
public class Discount : NetForumEntity<NetForumBusinessObjectAttribute("Price")>
Public Class Discount
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"Price")]
public ref class Discount : public NetForumEntity[<NetForumBusinessObjectAttribute("Price")>]
type Discount =
class
inherit NetForumEntity
end| Discount | Initializes a new instance of the Discount class |
| DiscountCode | |
| DiscountType | |
| FlatRate | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| Name | |
| Percent | |
| RevisionInformation | (Inherited from NetForumEntity) |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |