 |
SplitReceivableItemSplitAmount Property |
Required if the parent template has the SplitPercentageAmountOption set to Amount. Otherwise, it is ignored and set to null.
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<decimal> SplitAmount { get; set; }
Public Property SplitAmount As Nullable(Of Decimal)
Get
Set
Dim instance As SplitReceivableItem
Dim value As Nullable(Of Decimal)
value = instance.SplitAmount
instance.SplitAmount = value
Property Value
Type:
NullableDecimal
SplitAmount As Decimal?.
Remarks Note |
---|
- Name - SplitAmount
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 13
- Fractional Digits - 2
|
See Also