 |
SplitReceivableTemplateParentAmount Property |
Parent Amount
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: 2021.1.0.1
Syntaxpublic Nullable<decimal> ParentAmount { get; set; }
Public Property ParentAmount As Nullable(Of Decimal)
Get
Set
Dim instance As SplitReceivableTemplate
Dim value As Nullable(Of Decimal)
value = instance.ParentAmount
instance.ParentAmount = value
Property Value
Type:
NullableDecimal
ParentAmount As Decimal?.
Remarks Note |
---|
- Name - ParentAmount
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Fractional Digits - 2
|
See Also