 |
TaxFeeRateAmount Property |
Amount value if tax or fee rate is expresed as amount.
Created in Epic SDK 2021.
Required
Namespace:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate
Assembly:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate (in ASI.TAM.API.Data.UI.Configure.TaxFeeRate.dll) Version: 20.0.58.1249 (20.0.58.1249)
Syntaxpublic Nullable<decimal> Amount { get; set; }
Public Property Amount As Nullable(Of Decimal)
Get
Set
Dim instance As TaxFeeRate
Dim value As Nullable(Of Decimal)
value = instance.Amount
instance.Amount = value
Property Value
Type:
NullableDecimal
Amount As Decimal?.
Remarks Note |
---|
- Name - Amount
- Required On Insert - True
- Required On Update - True
- Allow Negatives - False
- Integral Digits - 13
- Fractional Digits - 2
|
See Also