Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 4 | √ | null |
|
|
The Hub record ID |
|
| AGENCY_RECEIPTDETAIL_ID | int | 4 | null |
|
|
Agency Receipt detail ID |
||
| RECEIPTDETAIL_ID | int | 4 | √ | null |
|
|
The ID of the receipt detail that contains the additional fee details |
|
| GLACCOUNT_ID | int | 4 | √ | null |
|
|
ID of the GL account related to this charge item |
|
| ELECTRONIC_PAYMENT_AMOUNT | money | 21,4 | √ | null |
|
|
The amount of this charge item |
|
| ELECTRONIC_PAYMENT_FEE | money | 21,4 | √ | null |
|
|
The default fee or discount amount |
|
| ABSORBED_CONVENIENCE_FEE | money | 21,4 | √ | null |
|
|
Amount of convenience fee |
|
| CONVENIENCE_FEE | money | 21,4 | √ | null |
|
|
Amount of convenience fee that was absorbed |
|
| TRANSACTION_FEE | money | 21,4 | √ | null |
|
|
Transaction fee amount |
|
| WHICH_TAX | int | 4 | √ | null |
|
|
The tax code ID that this is charged against |
|
| CONVENIENCE_FEE_INDIRECT_TAX_SURCHARGE | money | 21,4 | √ | null |
|
|
Convenience fee indirect tax surcharge |
|
| TRANSACTION_FEE_INDIRECT_TAX | money | 21,4 | √ | null |
|
|
Transaction fee indirect tax for this transaction |
|
| CONVENIENCE_FEE_INDIRECT_TAX_ABSORBED | money | 21,4 | √ | null |
|
|
Convenience fee indirect tax absorbed |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| LAST_SYNC_TIME | datetime | 16,3 | √ | null |
|
|
Date and time Hub record was last modified |
|
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| AGENCY_RECEIPTDETAILS_AGENCY_RECEIPTDETAIL_ID_ORG_ID_PK | Primary key | Asc/Asc | AGENCY_RECEIPTDETAIL_ID + ORG_ID |