Click or drag to resize

FinancialCreditIsSuggestedUsageRequired Property

Indicates if the financial value of this credit can only be used toward the purchase of products of a certain type. If true, see SuggestedUsageProductTypeId for which product type usage is restricted to.

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public bool IsSuggestedUsageRequired { get; }

Property Value

Boolean

Implements

IFinancialCreditIsSuggestedUsageRequired
Remarks
Implementations should map this field to [cdd_required_usage_flag].
See Also