 |
PolicyV1DefaultCommissionAgreement Property |
If DefaultCommissionAgreement is set to true, the Issuing Company or Premium Payable must be provided.
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 bool DefaultCommissionAgreement { get; set; }
Public Property DefaultCommissionAgreement As Boolean
Get
Set
Dim instance As PolicyV1
Dim value As Boolean
value = instance.DefaultCommissionAgreement
instance.DefaultCommissionAgreement = value
Property Value
Type:
Boolean
DefaultCommissionAgreement As Boolean.
Remarks Note |
---|
- Name - DefaultCommissionAgreement
- Ignored On Update - True
- Ignored On Get - True
|
See Also