 |
TransactionV1Balance Property |
Balance of the transaction.
Created in Epic SDK V3.0.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic decimal Balance { get; set; }
Public Property Balance As Decimal
Get
Set
Dim instance As TransactionV1
Dim value As Decimal
value = instance.Balance
instance.Balance = value
Property Value
Type:
Decimal
Balance As Decimal.
Remarks Note |
---|
- Name - Balance
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 10
- Ignored On Update - True
|
See Also