 | IFinancialCreditBalance 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
SyntaxReadOnly Property Balance As Decimal
Get
property Decimal Balance {
Decimal get ();
}abstract Balance : decimal with get
Property Value
Decimal
Remarks
Implementations should map this field to [cdd_creditbalance].
See Also