PaymentScheduleTerm Table

PaymentScheduleTerm is a static table listing possible payment schedule terms (the timing of payments in relation to each payment period).

Table 1. Database columns for PaymentScheduleTerm table

Database Column

Details

PaymentScheduleTermID

Type: integer. Key. Generated ID

A unique identifier for each PaymentScheduleTerm. Possible values and the corresponding default strings are:

  • 1 = Pre-paid
  • 2 = At the end of each period
  • 3 = At the beginning of each period.
ResourceString

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a payment schedule term. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the term resource string has no translation.