📚 SAP Business One SDK Help

GetAccrualType Method
See Also 
pIAccrualTypeParams

The key of the accrual type to retrieve.

Description

Retrieves an accrual type.

The accrual type is specified by its key, which is contained in the AccrualTypeParams object passed to the method.

Syntax

Visual Basic
Public Function GetAccrualType( _
   ByVal pIAccrualTypeParams As AccrualTypeParams _
) As AccrualType

Parameters

pIAccrualTypeParams

The key of the accrual type to retrieve.

See Also