AddAccrualType | Adds an accrual type. |
DeleteAccrualType | Deletes an existing accrual type. |
GetAccrualType | Retrieves an accrual type.
The accrual type is specified by its key, which is contained in the AccrualTypeParams object passed to the method. |
GetAccrualTypeList | Returns the AccrualTypesParams data collection that identify all accrual types. |
GetDataInterface | Creates an empty data structure for use with the AccrualTypesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
UpdateAccrualType | Updates an existing accrual type.
The data for the accrual type, including the key of the accrual type to be updated, is contained in the AccrualType object passed to the method. To update an accrual type, you must first retrieve it using the GetAccrualType method. |