 | InvoiceDetailCartItemPriceName Property |
Name of the particular netFORUM Price being used in the purchase of this cart item.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("prc_display_name")]
public string PriceName { get; protected set; }<NetForumFieldAttribute("prc_display_name")>
Public Property PriceName As String
Get
Protected Setpublic:
[NetForumFieldAttribute(L"prc_display_name")]
property String^ PriceName {
String^ get ();
protected: void set (String^ value);
}[<NetForumFieldAttribute("prc_display_name")>]
member PriceName : string with get, setProperty Value
String
See Also