Click or drag to resize

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

Property Value

Type: NullableDecimal
Amount As Decimal?.
Remarks
Note Note
  • Name - Amount
  • Required On Insert - True
  • Required On Update - True
  • Allow Negatives - False
  • Integral Digits - 13
  • Fractional Digits - 2
See Also