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