 | InvoiceDetailCartItemProductTypeId Property |
netFORUM Product Type 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_ptp_key")]
public NetForumId ProductTypeId { get; }<NetForumFieldAttribute("prd_ptp_key")>
Public ReadOnly Property ProductTypeId As NetForumId
Getpublic:
[NetForumFieldAttribute(L"prd_ptp_key")]
property NetForumId^ ProductTypeId {
NetForumId^ get ();
}[<NetForumFieldAttribute("prd_ptp_key")>]
member ProductTypeId : NetForumId with getProperty Value
NetForumId
See Also