Click or drag to resize

InvoiceDetailCartItemBenefitingCustomerId Property

The customer that effectively receives the benefits of this purchase (such as a physical product, or a membership). The same as ShippingCustomerId.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public NetForumId BenefitingCustomerId { get; }

Property Value

NetForumId
Remarks
Note the baseline NetFORUM inconsistency, where the benefiting customer on InvoiceDetail and OrderDetail items is ShippingCustomerId, but the benefiting on Invoice and Order is CustomerId.
See Also