📚 SAP Business One SDK Help

Add Method
See Also 
pIInterestRate

Description



The `InterestRatesService` object is the entry point for all operations on Interest Rate records. Obtain it from the `CompanyService` object using the service name `InterestRatesService`.

Syntax

Visual Basic
Public Function Add( _
   ByVal pIInterestRate As InterestRate _
) As InterestRateParams

Parameters

pIInterestRate

See Also