IFinancialCredit Interface

Represents a credit to be used towards a purchase made through NetFORUM.

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public interface IFinancialCredit

Properties

Balance Amount of financial value this credit currently has, not including any previous value that has already been "spent".
Id Primary key the netFORUM FinancialCredit.
IsSuggestedUsageRequired 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.
SuggestedUsageProductTypeId If IsSuggestedUsageRequired is true, indicates the only product type that this credit's financial value may be used towards. Otherwise, this property will be null.

See Also