IFinancialCreditIsSuggestedUsageRequired 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.

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
bool IsSuggestedUsageRequired { get; }

Property Value

Boolean

Remarks

Implementations should map this field to [cdd_required_usage_flag].

See Also