| UpdateBankChargesAllocationCode Method | |
| See Also |
- pIBankChargesAllocationCode
The data for the bank charges allocation code to be updated. The BankChargesAllocationCode object must contain the key of the object to be updated.
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.
| Visual Basic |
|---|
Public Sub UpdateBankChargesAllocationCode( _
ByVal pIBankChargesAllocationCode As BankChargesAllocationCode _
) |
- pIBankChargesAllocationCode
The data for the bank charges allocation code to be updated. The BankChargesAllocationCode object must contain the key of the object to be updated.