📚 SAP Business One SDK Help

PaymentBlocksService Object Members
See Also  Overview 

Public Methods

Public Method AddPaymentBlockAdds a payment block.
Public Method DeletePaymentBlockDeletes an existing payment block.
Public Method GetDataInterfaceCreates an empty data structure for use with the PaymentBlocksService.
Public Method GetDataInterfaceFromXMLFileCreates an object from an XML file.
Public Method GetDataInterfaceFromXMLStringCreates an object from XML.
Public Method GetPaymentBlockRetrieves a payment block.

The payment block is specified by its key, which is contained in the PaymentBlockParams object passed to the method.

Public Method GetPaymentBlockListReturns the PaymentBlocksParams data collection that identify all payment blocks.
Public Method UpdatePaymentBlockUpdates an existing payment block.

The data for the payment block, including the key of the payment block to be updated, is contained in the PaymentBlock object passed to the method. To update a payment block, you must first retrieve it using the GetPaymentBlock method.

See Also