TENDERTYPE

The TENDERTYPE column in the EXTERNALCHARGE table uses a single integer value to specify the allowed tenders. To calculate this single value, each tender type is assigned a tender value and these values are then added together. The result is always unique and will always indicate the correct tender types.

This table lists each tender type and its tender value:

Tender Type Tender Value
Cash 1
Check 2
Credit 4
Debit 8
Escrow 16
Misc 32

For example, if a charge had allowable tenders of Cash, Check, and Credit, then its TENDERTYPE would have a value of 7 (1+2+4=7).

If a charge had allowable tenders of Cash and Escrow, its TENDERTYPE would have a value of 17 (1+16=17).