 |
SplitItemV1AgencySplitAmount Property |
Potentially defaulted and ignored based on transaction code.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic decimal AgencySplitAmount { get; set; }
Public Property AgencySplitAmount As Decimal
Get
Set
Dim instance As SplitItemV1
Dim value As Decimal
value = instance.AgencySplitAmount
instance.AgencySplitAmount = value
Property Value
Type:
Decimal
AgencySplitAmount As Decimal.
Remarks Note |
---|
- Name - AgencySplitAmount
- Required On Insert - True
- Required On Update - False
- Ignored On Insert - False
- Ignored On Update - True
- Ignored On Get - False
- Allow Negatives - True
- Integral Digits - 15
- Fractional Digits -
|
See Also