Click or drag to resize

TaxHelper Class

Tax business logic class.
Inheritance Hierarchy
SystemObject
  Atomia.Billing.Core.Sdk.BusinessLogicTaxHelper

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static class TaxHelper

The TaxHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalculateTaxes
Calculates taxes for price If calculation type is exclusive price is considered as a rate without taxes, and if calculation type is inclusive price is considered as total value with taxes included
Public methodStatic memberGetTaxResult(String, Guid, Guid, Guid, String, String, String, IAtomiaBillingApi) Obsolete.
Gets the tax result for tax rule.
Public methodStatic memberGetTaxResult(String, TaxPartType, Guid, Guid, Guid, String, String, String, String, IAtomiaBillingApi)
Gets the tax result for tax rule.
Top
See Also