 | 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.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic bool IsSuggestedUsageRequired { get; }Public ReadOnly Property IsSuggestedUsageRequired As Boolean
Get
public:
virtual property bool IsSuggestedUsageRequired {
bool get () sealed;
}abstract IsSuggestedUsageRequired : bool with get
override IsSuggestedUsageRequired : bool with get
Property Value
BooleanImplements
IFinancialCreditIsSuggestedUsageRequired
Remarks
Implementations should map this field to [cdd_required_usage_flag].
See Also