AddTaxCodeDetermination | Adds a tax code determination rule. |
DeleteTaxCodeDetermination | Deletes an existing tax code determination rule. |
GetDataInterface | Creates an empty data structure for use with the TaxCodeDeterminationsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetTaxCodeDetermination | Retrieves a tax code determination rule.
The tax code determination rule is specified by its key, which is contained in the TaxCodeDeterminationParams object passed to the method. |
GetTaxCodeDeterminationList | Returns the TaxCodeDeterminationsParams data collection that identifies all tax code determination rules. |
UpdateTaxCodeDetermination | Updates an existing tax code determination rule.
The data for the tax code determination rule, including the key of the tax code determination rule to be updated, is contained in the TaxCodeDetermination object passed to the method. To update a tax code determination rule, you must first retrieve it using the GetTaxCodeDetermination method. |