 |
PolicyV1AgencyCommissionAmount Property |
Agency Commission Amount
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
Syntaxpublic Nullable<decimal> AgencyCommissionAmount { get; set; }
Public Property AgencyCommissionAmount As Nullable(Of Decimal)
Get
Set
Dim instance As PolicyV1
Dim value As Nullable(Of Decimal)
value = instance.AgencyCommissionAmount
instance.AgencyCommissionAmount = value
Property Value
Type:
NullableDecimal
AgencyCommissionAmount As Decimal?.
Remarks Note |
---|
- Name - AgencyCommissionAmount
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 15
- Ignored On Update - True
- Ignored On Get - True
|
See Also