📚 SAP Business One SDK Help

GetBankChargesAllocationCode Method
See Also 
pIBankChargesAllocationCodeParams

The key of the bank charges allocation code to retrieve.

Description

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.

Syntax

Visual Basic
Public Function GetBankChargesAllocationCode( _
   ByVal pIBankChargesAllocationCodeParams As BankChargesAllocationCodeParams _
) As BankChargesAllocationCode

Parameters

pIBankChargesAllocationCodeParams

The key of the bank charges allocation code to retrieve.

See Also