InvoiceDetailBenefitingCustomerId Property

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

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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