Click or drag to resize

OrderDetailBenefitingCustomerId 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.Accounting
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