 |
GeneralTransProvincialTaxPercent Property |
Gets or sets the Provincial Tax Percentage
Namespace:
ConneXion
Assembly:
ConneXion (in ConneXion.dll) Version: 2020.0
Syntaxpublic string ProvincialTaxPercent { get; set; }
Public Property ProvincialTaxPercent As String
Get
Set
Property Value
Type:
StringProvincial Tax Percentage
Remarks Note |
---|
- Name - ProvincialTaxPercent
Provincial Tax is for Canada and UK only. If the agency has Provincial Tax turned on in the system the ProvincialTaxType can be set
and used. If it is not turned on, even if a ProvincialTaxType is set, a tax transaction will not be added. If ProvincialTaxType
is set to NO_TAX, a tax transaction will not be added. If ProvincialTaxType is set to TAX_SEPARATE_FROM_PREMIUM
a tax transaction is added using the system default percentage, unless ProvincialTaxPercentage, ProvincialTaxAmount, or ProvincialTaxPremium
are set to something different. If any of those are set, the tax transaction will be created based on that setting instead of the system setting. TAX_INCLUDED_IN_PREMIUM works the same as TAX_SEPARATE_FROM_PREMIUM. The difference is if you set ProvincialTaxPremium,
it will be ignored as the UI does not allow you to change this amount. |
See Also