FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
ApplyHighestLetterTemplate | Indicates whether to use the template for the highest dunning level of all the documents included in the letter. The default is no. Field name: HiLtrFrmt |
AutomaticPosting | property AutomaticPosting |
BaseDateSelect | property BaseDateSelect |
CalculateInterestMethod | Indicates whether to calculate the interest on the remaining amount or on the original total. Field name: RemIntrst |
Code | The key for a specific dunning term. Field name: TermCode |
DaysInMonth | The number of days in a month for calculating interest. The default is 30. Field name: MonthDays |
DaysInYear | The number of days in a year for calculating interest. The default is 360. Field name: YearDays |
DunningTermLines | Defines the dunning levels for the current dunning term. |
ExchangeRateSelect | Indicates whether to use the original exchange rate defined in the invoice, or to use the exchange rate defined for the day on which the dunning letters are created. This option is relevant when calculating interest in foreign currency. Field name: XchgOrig |
FeeAccount | property FeeAccount |
GroupingMethod | Indicates whether to produce dunnings per invoice, per dunning level, or per business partner. The default is per business partner. Field name: GrpMethod |
IncludeInterest | Indicates whether to charge interest for delinquent balances. The default is yes. Field name: CalcIntr |
InterestAccount | property InterestAccount |
LetterFee | Specifies the fee to charge per dunning letter. Field name: TotalFee |
LetterFeeCurrency | The currency for the letter fee. Field name: FeeCurr |
MinimumBalance | Specifies the minimum balance for producing dunning letters. Field name: MinBalance |
MinimumBalanceCurrency | The currency for the minimum balance. Field name: BalCurr |
Name | The name for a specific dunning term.
Field name: TermName |
YearlyInterestRate | Specifies the yearly interest rate. Field name: YearlyRate |