InvoiceDetailBenefitingCustomerId 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.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public NetForumId BenefitingCustomerId { get; }
Public ReadOnly Property BenefitingCustomerId As NetForumId
Get
public:
property NetForumId^ BenefitingCustomerId {
NetForumId^ get ();
}
member BenefitingCustomerId : NetForumId with get
Property Value
NetForumId
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.