IFinancialCredit Interface
Represents a credit to be used towards a purchase made through NetFORUM.
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public interface IFinancialCredit
Public Interface IFinancialCredit
public interface class IFinancialCredit
type IFinancialCredit = interface end
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.
|