Click or drag to resize

PolicyV1AgencyCommissionPercent Property

Agency Commission Percent

Created in Epic SDK V4.1.

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

Property Value

Type: NullableDecimal
AgencyCommissionPercent As Decimal?.
Remarks
Note Note
  • Name - AgencyCommissionPercent
  • Required On Insert - False
  • Required On Update - False
  • Min Value - 0
  • MaxValue - 999.9999
  • Allow Negatives - False
  • Fractional Digits - 4
  • Ignored On Update - True
  • Ignored On Get - True
See Also