Field |
Field Type |
Null |
Notes |
Description |
SECONDSTOPROCESSRECORD |
int |
|
Default = 0 |
Store the number of seconds it takes a merchant account to process a credit card transaction. |
NUMBERTRANSACTIONSPERTHREAD |
int |
|
Default = 0 |
Stores the number of transactions processed per thread. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
ISDEFAULTAUTHORIZATIONACCOUNT |
bit |
|
Default = 0 |
|
ISDEFAULTCARDPRESENTACCOUNT |
bit |
|
Default = 0 |
|