Click or drag to resize

CommissionItemV1CommissionAmount Property

Commission Amount

Created in Epic SDK V5.0.

Required

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

Property Value

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