📚 SAP Business One SDK Help

Update 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 Sub Update( _
   ByVal pIInterestRate As InterestRate _
) 

Parameters

pIInterestRate

See Also