 | 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.28229
Syntax[NetForumFieldAttribute("prd_code")]
public string ProductCode { get; protected set; }<NetForumFieldAttribute("prd_code")>
Public Property ProductCode As String
Get
Protected Setpublic:
[NetForumFieldAttribute(L"prd_code")]
property String^ ProductCode {
String^ get ();
protected: void set (String^ value);
}[<NetForumFieldAttribute("prd_code")>]
member ProductCode : string with get, setProperty Value
String
See Also