📚 SAP Business One SDK Help

PaymentTypesService Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a payment type.
Public Method DeleteDeletes an existing payment type.
Public Method GetRetrieves a payment type. The payment type is specified by its key, which is contained in the `PaymentTypeParams` object passed to the method.
Public Method GetDataInterfaceCreates an empty data structure for use with the `PaymentTypesService`.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetListReturns the `PaymentTypeParamsCollection` data collection that identifies all payment types.
Public Method UpdateUpdates an existing payment type.

See Also