 |
TransactionV1PackagePolicyReplaceFullAnnualizedPremium Property |
Only allowed if a package policy is chosen and the update policy annualized setting for the selected transaction code is 'Replace'. If blank, then defaults to AgencySplitAmount.
Created in Epic SDK 2014.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<decimal> PackagePolicyReplaceFullAnnualizedPremium { get; set; }
Public Property PackagePolicyReplaceFullAnnualizedPremium As Nullable(Of Decimal)
Get
Set
Dim instance As TransactionV1
Dim value As Nullable(Of Decimal)
value = instance.PackagePolicyReplaceFullAnnualizedPremium
instance.PackagePolicyReplaceFullAnnualizedPremium = value
Property Value
Type:
NullableDecimal
PackagePolicyReplaceFullAnnualizedPremium As Decimal?.
Remarks Note |
---|
- Name - PackagePolicyReplaceFullAnnualizedPremium
- Required On Insert - False
- Required On Update - False
- Allow Negatives - False
- Integral Digits - 15
- Ignored On Update - True
- Ignored On Get - True
|
See Also