 |
AccountingPremiumPayable Property |
Premium Payable
Created in Epic SDK 2019.
Sometimes Required
Namespace:
ASI.TAM.API.Data.UI.Account.Broker
Assembly:
ASI.TAM.API.Data.UI.Account.Broker (in ASI.TAM.API.Data.UI.Account.Broker.dll) Version: 2020.1.0.523
Syntaxpublic Nullable<bool> PremiumPayable { get; set; }
Public Property PremiumPayable As Nullable(Of Boolean)
Get
Set
Dim instance As Accounting
Dim value As Nullable(Of Boolean)
value = instance.PremiumPayable
instance.PremiumPayable = value
Property Value
Type:
NullableBoolean
PremiumPayable As Boolean?.
Remarks Note |
---|
|
See Also