InventoryProductTypeIsDiscountable Property
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("ptp_discount_flag")]
public bool IsDiscountable { get; protected set; }
<NetForumFieldAttribute("ptp_discount_flag")>
Public Property IsDiscountable As Boolean
Get
Protected Set
public:
[NetForumFieldAttribute(L"ptp_discount_flag")]
property bool IsDiscountable {
bool get ();
protected: void set (bool value);
}
[<NetForumFieldAttribute("ptp_discount_flag")>]
member IsDiscountable : bool with get, set
Property Value
Boolean