Click or drag to resize

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)
Syntax
public Nullable<decimal> Percent { get; set; }

Property Value

Type: NullableDecimal
Percent As Decimal?.
Remarks
Note 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