📚 SAP Business One SDK Help

InterestRatesService Object Members
See Also  Overview 

Public Methods

Public Method AddCreates a new `InterestRate` record and returns the key of the new record as an `InterestRateParams` object.
Public Method DeleteDeletes the record identified by the key in an `InterestRateParams` object.
Public Method GetRetrieves a single `InterestRate` record by the key in an `InterestRateParams` object.
Public Method GetDataInterfaceGetDataInterface
Public Method GetDataInterfaceFromXMLFileGetDataInterfaceFromXMLFile
Public Method GetDataInterfaceFromXMLStringGetDataInterfaceFromXMLString
Public Method GetListRetrieves all records as an `InterestRateParamsCollection`.
Public Method UpdateUpdates an existing `InterestRate` record.

See Also