📚 SAP Business One SDK Help

Get Method
See Also 
pIIncomeClassificationTypeParams

Description



The `IncomeClassificationTypesService` object is the entry point for all operations on Income Classification Type records. Obtain it from the `CompanyService` object using the service name `IncomeClassificationTypesService`.

Syntax

Visual Basic
Public Function Get( _
   ByVal pIIncomeClassificationTypeParams As IncomeClassificationTypeParams _
) As IncomeClassificationType

Parameters

pIIncomeClassificationTypeParams

See Also