📚 SAP Business One SDK Help

PayrollAccountsService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a payroll account.
Public Method DeleteDeletes an existing payroll account.
Public Method GetRetrieves a payroll account. The payroll account is specified by its key, which is contained in the `PayrollAccountParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `PayrollAccountsService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `PayrollAccountParamsCollection` data collection that identifies all payroll accounts.
Public Method UpdateUpdates an existing payroll account.

See Also