InvoiceDetailCartItemProductCode Property
netFORUM Product Code of the Product being purchased through this cart item.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("prd_code")]
public string ProductCode { get; protected set; }
<NetForumFieldAttribute("prd_code")>
Public Property ProductCode As String
Get
Protected Set
public:
[NetForumFieldAttribute(L"prd_code")]
property String^ ProductCode {
String^ get ();
protected: void set (String^ value);
}
[<NetForumFieldAttribute("prd_code")>]
member ProductCode : string with get, set
Property Value
String