📚 SAP Business One SDK Help

TaxCategoryCodesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a tax category code.
Public Method DeleteDeletes an existing tax category code.
Public Method GetRetrieves a tax category code. The code is specified by its key, which is contained in the `TaxCategoryCodeParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `TaxCategoryCodesService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `TaxCategoryCodeParamsCollection` data collection that identifies all tax category codes.
Public Method UpdateUpdates an existing tax category code.

See Also