📚 SAP Business One SDK Help

PaymentReasonsService Object Members
See Also  Overview 

Public Methods

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

See Also