AddDunningTerm | Adds a dunning term. |
DeleteDunningTerm | Deletes an existing dunning term.
The dunning term is specified by its key (TermCode), which is contained in the DunningTermParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the DunningTermsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetDunningTerm | Retrieves a dunning term.
The dunning term is specified by its key (TermCode), which is contained in the DunningTermParams object passed to the method. |
GetDunningTermList | Retrieves the keys and names of all the dunning terms. |
UpdateDunningTerm | Updates an existing dunning term.
The data for the dunning term, including the key of the dunning term to be updated, is contained in the DunningTerm object passed to the method. To update a dunning term, you must first retrieve it using the GetDunningTerm method. |