📚 SAP Business One SDK Help

POSCashRegistersService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a POS cash register.
Public Method DeleteDeletes an existing POS cash register.
Public Method GetRetrieves a POS cash register. The cash register is specified by its key, which is contained in the `POSCashRegisterParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `POSCashRegistersService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `POSCashRegisterParamsCollection` data collection that identifies all POS cash registers.
Public Method UpdateUpdates an existing POS cash register.

See Also