 |
BillingAllowOnNewBusiness Property |
Allow On New Business
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: 2021.1.0.1
Syntaxpublic Nullable<bool> AllowOnNewBusiness { get; set; }
Public Property AllowOnNewBusiness As Nullable(Of Boolean)
Get
Set
Dim instance As Billing
Dim value As Nullable(Of Boolean)
value = instance.AllowOnNewBusiness
instance.AllowOnNewBusiness = value
Property Value
Type:
NullableBoolean
AllowOnNewBusiness As Boolean?.
Remarks Note |
---|
- Name - AllowOnNewBusiness
|
See Also