Click or drag to resize

ITaxPlugin Interface

Interface for all the tax rule plugins.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface ITaxPlugin : IPlugin

The ITaxPlugin type exposes the following members.

Properties
  NameDescription
Public propertyAtomiaBillingApi
Gets or sets IAtomiaBillingApi instance.
(Inherited from IPlugin.)
Public propertyName
Gets or sets plugin name.
(Inherited from IPlugin.)
Top
Methods
  NameDescription
Public methodGetTax(Guid, Guid, Guid, String, String) Obsolete.
Gets the tax for the speccified reseller, customer and item that is sold.
Public methodGetTax(Guid, Guid, Guid, String, String, String) Obsolete.
Gets the tax.
Public methodGetTax(Guid, Guid, Guid, TaxPartType, String, String, String, String)
Gets the tax.
Top
See Also