Click or drag to resize

DateBasedCommissionItemCommissionPercent Property

CommissionPercent

Created in Epic SDK 2019.

Namespace:  ASI.TAM.API.Data.UI.Account.Commission
Assembly:  ASI.TAM.API.Data.UI.Account.Commission (in ASI.TAM.API.Data.UI.Account.Commission.dll) Version: 2021.1.0.391
Syntax
public Nullable<decimal> CommissionPercent { get; set; }

Property Value

Type: NullableDecimal
CommissionPercent As Decimal?.
Remarks
Note Note
  • Name - CommissionPercent
  • Required On Insert - False
  • Required On Update - False
  • Min Value - 0
  • MaxValue - 999
  • Allow Negatives - False
  • Integral Digits - 3
  • Fractional Digits - 4
See Also