📚 SAP Business One SDK Help

BankStatementsService Object Members
See Also  Overview 

Public Methods

Public Method AddBankStatementAdds a bank statement row.
Public Method DeleteBankStatementDeletes the specified bank statement row.
Public Method GetBankStatementReturns an instance of BankStatement object according to the specified number.
Public Method GetBankStatementListReturns a collection of bank statement rows by a specified filter.

The filter is defined in BankStatementsFilter object.

Public Method GetDataInterfaceCreates an empty data structure. This means the structure contains
the default setting/values of the database.
Public Method GetDataInterfaceFromXMLFileCreates a data structure from a specified XML file.
Public Method GetDataInterfaceFromXMLStringCreates a data structure from a specified XML string.
Public Method UpdateBankStatementUpdates an existing bank statement.

See Also