 |
TaxFeeRateDefaultTax Property |
Defines if the tax is default tax.
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate
Assembly:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate (in ASI.TAM.API.Data.UI.Configure.TaxFeeRate.dll) Version: 16.0.54.391 (16.0.54.391)
Syntaxpublic bool DefaultTax { get; set; }
Public Property DefaultTax As Boolean
Get
Set
Dim instance As TaxFeeRate
Dim value As Boolean
value = instance.DefaultTax
instance.DefaultTax = value
Property Value
Type:
Boolean
DefaultTax As Boolean.
Remarks Note |
---|
|
See Also