Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Taxes.Providers Namespace / ITaxProvider Interface
Properties Methods

In This Topic
    ITaxProvider Interface Members
    In This Topic

    The following tables list the members exposed by ITaxProvider.

    Public Properties
     NameDescription
     Property Gets a value indicating whether the TaxProvider is activated or not.  
     Property Gets a short description of the tax provider implementation  
     Property Gets the name of the tax provider implementation  
     Property Gets the gateway Id of the tax provider. This is passed at the time of initialization.  
     Property Gets the version of the tax provider implementation  
    Top
    Public Methods
     NameDescription
     Method Calculate the taxes using this provider for the given basket  
     MethodOverloaded.  Cancel the taxes by this provider for the given basket  
     Method Commit the taxes by this provider for the given order  
     Method Get the configuration data in the form on name value pairs  
     Method Gets a Url for the configuration of the tax provider implementation  
     Method Gets a Url for the logo of the tax provider implementation  
     Method Initialize the tax provider with the given configuration data. Called by AC at the time of initialization.  
     Method Clear out any existing taxes and then recalculate new line items.  
     Method Processes returns for an order.  
    Top
    See Also