AddBankChargesAllocationCode | Adds a bank charges allocation code. |
DeleteBankChargesAllocationCode | Deletes an existing bank charges allocation code. |
GetBankChargesAllocationCode | Retrieves a bank charges allocation code.
The bank charges allocation code is specified by its key, which is contained in the BankChargesAllocationCodeParams object passed to the method. |
GetBankChargesAllocationCodeList | Returns the BankChargesAllocationCodesParams data collection that identify all bank charges allocation codes. |
GetDataInterface | Creates an empty data structure for use with the BankChargesAllocationCodesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
SetDefaultBankChargesAllocationCode | Sets the default bank charges allocation code. |
UpdateBankChargesAllocationCode | Updates an existing bank charges allocation code.
The data for the bank charges allocation code, including the key of the bank charges allocation code to be updated, is contained in the BankChargesAllocationCode object passed to the method. To update a bank charges allocation code, you must first retrieve it using the GetBankChargesAllocationCode method. |