 | FinancialCreditBalance Property |
Amount of financial value this credit currently has, not including any previous value that has already been "spent".
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic decimal Balance { get; }Public ReadOnly Property Balance As Decimal
Get
public:
virtual property Decimal Balance {
Decimal get () sealed;
}abstract Balance : decimal with get
override Balance : decimal with get
Property Value
DecimalImplements
IFinancialCreditBalance
Remarks
Implementations should map this field to [cdd_creditbalance].
See Also