Click or drag to resize

DiscountPercent Property

If both Amount and Percent are provided, Amount will have precedence.

Created in Epic SDK 2022 R2.

Namespace:  ASI.TAM.API.Data.UI.Transaction
Assembly:  ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
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 - -4
  • Fractional Digits - 4
See Also