 |
TaxFeeRatePercent Property |
Percent value if tax or fee rate is expresed in percents.
Created in Epic SDK 2021.
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: 16.0.54.391 (16.0.54.391)
Syntaxpublic Nullable<decimal> Percent { get; set; }
Public Property Percent As Nullable(Of Decimal)
Get
Set
Dim instance As TaxFeeRate
Dim value As Nullable(Of Decimal)
value = instance.Percent
instance.Percent = value
Property Value
Type:
NullableDecimal
Percent As Decimal?.
Remarks Note |
---|
- Name - Percent
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- Max Value - 100
- Allow Negatives - False
- Integral Digits - -8
- Fractional Digits - 8
|
See Also